An energetic synthwave track that sounds like driving a neon-lit highway at midnight in 1985. Pulsing analog synthesizer bassline with sidechain compression. Bright arpeggiated lead synth playing a catchy, uplifting melody. Gated reverb snare drums and electronic kick on every beat. A soaring guitar solo enters halfway through, drenched in chorus and delay. Tempo 120 BPM. Build to an anthemic chorus with layered pads and octave-doubled melody. The mood is nostalgic, triumphant, and cinematic.
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",
"prompt": "An energetic synthwave track that sounds like driving a neon-lit highway at midnight in 1985. Pulsing analog synthesizer bassline with sidechain compression. Bright arpeggiated lead synth playing a catchy, uplifting melody. Gated reverb snare drums and electronic kick on every beat. A soaring guitar solo enters halfway through, drenched in chorus and delay. Tempo 120 BPM. Build to an anthemic chorus with layered pads and octave-doubled melody. The mood is nostalgic, triumphant, and cinematic."
}
JSON