Epic cinematic orchestral, soaring triumphant strings, timpa...
Epic cinematic orchestral, soaring triumphant strings, timpani drums, French horn melody, full choir swells, heroic rising mood, instrumental, 112 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": "Epic cinematic orchestral, soaring triumphant strings, timpani drums, French horn melody, full choir swells, heroic rising mood, instrumental, 112 BPM"
}
JSON