Epic orchestral trailer music
Cinematic orchestral trailer music that builds from quiet tension to massive climax. Opens with a solo cello playing a haunting four-note motif over low sustained strings. Gradually adds timpani rolls, French horns playing the motif in canon, and a snare drum military rhythm. At the midpoint, the full orchestra explodes with brass fanfare, crashing cymbals, and a powerful choir singing wordless syllables. Massive taiko drums drive the rhythm in the final section. The piece ends with a sudden silence followed by a single deep piano note that rings out and fades.
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": "Cinematic orchestral trailer music that builds from quiet tension to massive climax. Opens with a solo cello playing a haunting four-note motif over low sustained strings. Gradually adds timpani rolls, French horns playing the motif in canon, and a snare drum military rhythm. At the midpoint, the full orchestra explodes with brass fanfare, crashing cymbals, and a powerful choir singing wordless syllables. Massive taiko drums drive the rhythm in the final section. The piece ends with a sudden silence followed by a single deep piano note that rings out and fades."
}
JSON