Baroque pop, intricate melodies, orchestral arrangements, ha...
Baroque pop, intricate melodies, orchestral arrangements, harpsichord flourishes, and poetic lyrics
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": "Baroque pop, intricate melodies, orchestral arrangements, harpsichord flourishes, and poetic lyrics"
}
JSON