Modern R&B, atmospheric dark production, smooth male falsett...
Modern R&B, atmospheric dark production, smooth male falsetto, heavy 808 sub, reverb-drenched pads, late-night sultry mood, 68 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-v5.5",
"prompt": "Modern R&B, atmospheric dark production, smooth male falsetto, heavy 808 sub, reverb-drenched pads, late-night sultry mood, 68 BPM"
}
JSON