Dark cinematic R&B with falsetto male vocals and 80s analog...
Dark cinematic R&B with falsetto male vocals and 80s analog synth bass
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": "Dark cinematic R&B with falsetto male vocals and 80s analog synth bass"
}
JSON