Piano-driven pop ballad, raw intimate female vocals, subtle string pads, builds from sparse verse to soaring chorus, reverb on vocals in chorus, stripped acoustic bridge, BPM: 72, Key: G Minor
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
An atmospheric dark ambient soundscape for a horror game menu screen. Deep sub-bass drones that slowly modulate in pitch create an unsettling foundation. Distant metallic scrapes and reverb-drenched impacts occur irregularly. A detuned music box melody plays fragments of a lullaby, but slowed down to half speed with heavy filtering. Whispered, unintelligible vocal textures drift in and out of the stereo field. No steady rhythm or tempo — everything floats and shifts. The overall feeling is dread, emptiness, and the sense that something is watching from the dark.
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 atmospheric dark ambient soundscape for a horror game menu screen. Deep sub-bass drones that slowly modulate in pitch create an unsettling foundation. Distant metallic scrapes and reverb-drenched impacts occur irregularly. A detuned music box melody plays fragments of a lullaby, but slowed down to half speed with heavy filtering. Whispered, unintelligible vocal textures drift in and out of the stereo field. No steady rhythm or tempo — everything floats and shifts. The overall feeling is dread, emptiness, and the sense that something is watching from the dark."
}
JSON
A silky smooth R&B slow jam with a female vocalist who has a rich, soulful alto voice. Lush pad synths and a warm sub-bass create a pillowy harmonic bed. Programmed drums with a half-time feel — crisp snare on beat three, deep 808 kick, and delicate hi-hat rolls. The vocal melody is intimate and conversational, with tasteful runs and ad-libs in the chorus. A brief interlude features a talk-box guitar solo. Tempo 68 BPM. The production is polished and modern but with analog warmth — think late-night drives with the windows down.
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": "A silky smooth R&B slow jam with a female vocalist who has a rich, soulful alto voice. Lush pad synths and a warm sub-bass create a pillowy harmonic bed. Programmed drums with a half-time feel — crisp snare on beat three, deep 808 kick, and delicate hi-hat rolls. The vocal melody is intimate and conversational, with tasteful runs and ad-libs in the chorus. A brief interlude features a talk-box guitar solo. Tempo 68 BPM. The production is polished and modern but with analog warmth — think late-night drives with the windows down."
}
JSON