dream pop
suno-v5.5
Dream pop, shimmering reverb-drenched guitars, airy ethereal female soprano, lush synth pads, nostalgic dreamy atmosphere, wide stereo, 98 BPM
View API Code
Copy
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": "Dream pop, shimmering reverb-drenched guitars, airy ethereal female soprano, lush synth pads, nostalgic dreamy atmosphere, wide stereo, 98 BPM"
}
JSON
bedroom pop
suno-v5.5
Bedroom pop, lo-fi production, whispery intimate female vocals, sparse fingerpicked guitar, subtle synth accents, homemade aesthetic, 85 BPM
View API Code
Copy
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": "Bedroom pop, lo-fi production, whispery intimate female vocals, sparse fingerpicked guitar, subtle synth accents, homemade aesthetic, 85 BPM"
}
JSON
synth-pop
suno-v5.5
Synth-pop, bright 80s analog synths, confident female alto, pulsing bassline, gated reverb drums, retro-futurist polish, 118 BPM
View API Code
Copy
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": "Synth-pop, bright 80s analog synths, confident female alto, pulsing bassline, gated reverb drums, retro-futurist polish, 118 BPM"
}
JSON
melodic trap
suno-v5.5
Melodic trap, atmospheric pads, 808 sub-bass, autotuned melodic male rap delivery, reverb-heavy, dark moody aesthetic, 140 BPM half-time feel
View API Code
Copy
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": "Melodic trap, atmospheric pads, 808 sub-bass, autotuned melodic male rap delivery, reverb-heavy, dark moody aesthetic, 140 BPM half-time feel"
}
JSON
boom bap
suno-v5.5
Boom bap hip-hop, 90s dusty sample, jazzy piano chop, gritty male rap delivery, vinyl crackle, raw head-nod groove, 92 BPM
View API Code
Copy
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": "Boom bap hip-hop, 90s dusty sample, jazzy piano chop, gritty male rap delivery, vinyl crackle, raw head-nod groove, 92 BPM"
}
JSON
UK drill
suno-v5.5
UK drill, rolling hi-hats, sliding 808s, aggressive male delivery with heavy accent, dark minor-key samples, 140 BPM
View API Code
Copy
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": "UK drill, rolling hi-hats, sliding 808s, aggressive male delivery with heavy accent, dark minor-key samples, 140 BPM"
}
JSON
lo-fi
suno-v5.5
Lo-fi chillhop, mellow jazzy Rhodes chords, boom-bap drums, vinyl crackle, tape-warm analog production, no vocals, relaxed study beats, 72 BPM
View API Code
Copy
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": "Lo-fi chillhop, mellow jazzy Rhodes chords, boom-bap drums, vinyl crackle, tape-warm analog production, no vocals, relaxed study beats, 72 BPM"
}
JSON
lo-fi jazz
suno-v5.5
Lo-fi jazz, brushed drums, upright bass, muted trumpet, warm tape hiss, cozy late-night mood, instrumental, 84 BPM
View API Code
Copy
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": "Lo-fi jazz, brushed drums, upright bass, muted trumpet, warm tape hiss, cozy late-night mood, instrumental, 84 BPM"
}
JSON
vaporwave
suno-v5.5
Vaporwave, slowed chopped 80s sample, pitch-bent synths, dreamy hazy aesthetic, faded analog, 70 BPM
View API Code
Copy
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": "Vaporwave, slowed chopped 80s sample, pitch-bent synths, dreamy hazy aesthetic, faded analog, 70 BPM"
}
JSON
grunge
suno-v5.5
90s grunge rock, distorted guitars, gritty male baritone, pounding live drums, dark moody energy, raw garage production, 110 BPM
View API Code
Copy
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": "90s grunge rock, distorted guitars, gritty male baritone, pounding live drums, dark moody energy, raw garage production, 110 BPM"
}
JSON
post-punk
suno-v5.5
Post-punk, jangly chorus-pedal guitar, driving bass-led groove, deadpan male baritone, atmospheric reverb, moody urgent energy, 132 BPM
View API Code
Copy
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": "Post-punk, jangly chorus-pedal guitar, driving bass-led groove, deadpan male baritone, atmospheric reverb, moody urgent energy, 132 BPM"
}
JSON
psychedelic rock
suno-v5.5
Psychedelic rock, phased guitars, sitar texture, hazy male vocals, swirling reverb, 60s warmth, 104 BPM
View API Code
Copy
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": "Psychedelic rock, phased guitars, sitar texture, hazy male vocals, swirling reverb, 60s warmth, 104 BPM"
}
JSON
modern country
suno-v5.5
Modern country, acoustic and electric guitars, pedal steel accents, heartfelt male baritone with slight drawl, Nashville polish, storytelling cadence, 96 BPM
View API Code
Copy
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": "Modern country, acoustic and electric guitars, pedal steel accents, heartfelt male baritone with slight drawl, Nashville polish, storytelling cadence, 96 BPM"
}
JSON
bluegrass
suno-v5.5
Bluegrass, fast picking, banjo lead, fiddle, upright bass, high-lonesome male tenor, live-tracked, 140 BPM
View API Code
Copy
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": "Bluegrass, fast picking, banjo lead, fiddle, upright bass, high-lonesome male tenor, live-tracked, 140 BPM"
}
JSON
synthwave
suno-v5.5
Synthwave, pulsing analog arpeggios, gated reverb drums, DX7 electric piano, wide stereo, nostalgic 80s futurism, 112 BPM
View API Code
Copy
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": "Synthwave, pulsing analog arpeggios, gated reverb drums, DX7 electric piano, wide stereo, nostalgic 80s futurism, 112 BPM"
}
JSON
deep house
suno-v5.5
Deep house, warm rolling bassline, subtle vocal chops, Rhodes chord stabs, late-night club groove, four-on-the-floor, 124 BPM
View API Code
Copy
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": "Deep house, warm rolling bassline, subtle vocal chops, Rhodes chord stabs, late-night club groove, four-on-the-floor, 124 BPM"
}
JSON
minimal techno
suno-v5.5
Minimal techno, stripped-back percussion loop, dark hypnotic warehouse atmosphere, rolling sub-bass, industrial textures, 128 BPM
View API Code
Copy
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": "Minimal techno, stripped-back percussion loop, dark hypnotic warehouse atmosphere, rolling sub-bass, industrial textures, 128 BPM"
}
JSON
acid house
suno-v5.5
Acid house, squelchy 303 bassline, raw 90s rave energy, hypnotic loop, classic analog sound, 128 BPM
View API Code
Copy
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": "Acid house, squelchy 303 bassline, raw 90s rave energy, hypnotic loop, classic analog sound, 128 BPM"
}
JSON
shoegaze
suno-v5.5
Shoegaze, wall-of-sound distorted guitars, heavy reverb, buried dreamy male vocals, atmospheric noise, swirling textures, 108 BPM
View API Code
Copy
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": "Shoegaze, wall-of-sound distorted guitars, heavy reverb, buried dreamy male vocals, atmospheric noise, swirling textures, 108 BPM"
}
JSON
bebop
suno-v5.5
Bebop jazz, uptempo virtuosic saxophone, walking upright bass, piano comping, fast swing feel, complex harmonies, instrumental, 220 BPM
View API Code
Copy
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": "Bebop jazz, uptempo virtuosic saxophone, walking upright bass, piano comping, fast swing feel, complex harmonies, instrumental, 220 BPM"
}
JSON
vocal jazz
suno-v5.5
Vocal jazz, sultry female contralto, brushed drums, piano trio, intimate supper-club mood, 92 BPM
View API Code
Copy
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": "Vocal jazz, sultry female contralto, brushed drums, piano trio, intimate supper-club mood, 92 BPM"
}
JSON
modern R&B
suno-v5.5
Modern R&B, atmospheric dark production, smooth male falsetto, heavy 808 sub, reverb-drenched pads, late-night sultry mood, 68 BPM
View API Code
Copy
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": "Modern R&B, atmospheric dark production, smooth male falsetto, heavy 808 sub, reverb-drenched pads, late-night sultry mood, 68 BPM"
}
JSON
neo-soul
suno-v5.5
Neo-soul, Rhodes piano, live warm bass, brushed drums, soulful female alto with jazzy phrasing, earthy organic production, 88 BPM
View API Code
Copy
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": "Neo-soul, Rhodes piano, live warm bass, brushed drums, soulful female alto with jazzy phrasing, earthy organic production, 88 BPM"
}
JSON
gospel soul
suno-v5.5
Gospel soul, powerful lead vocals, full choir harmonies, Hammond organ, uplifting major-key energy, 92 BPM
View API Code
Copy
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": "Gospel soul, powerful lead vocals, full choir harmonies, Hammond organ, uplifting major-key energy, 92 BPM"
}
JSON