Modern pop, emotional female vocals, bright synths + acousti...
Modern pop, emotional female vocals, bright synths + acoustic guitar blend, clean radio mix, mid-tempo 102 BPM, uplifting but bittersweet
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": "Modern pop, emotional female vocals, bright synths + acoustic guitar blend, clean radio mix, mid-tempo 102 BPM, uplifting but bittersweet"
}
JSON