Afrobeats fusion, rhythmic percussion, smooth female vocals,...
Afrobeats fusion, rhythmic percussion, smooth female vocals, bright synth leads, danceable warm tone, 105 BPM
View API Code
curl -X POST https://runapi.ai/api/v1/suno/text_to_music \
-H "Authorization: Bearer $RUNAPI_KEY" \
-H "Content-Type: application/json" \
--data-binary @- <<'JSON'
{
"model": "suno-v4",
"prompt": "Afrobeats fusion, rhythmic percussion, smooth female vocals, bright synth leads, danceable warm tone, 105 BPM"
}
JSON