alternative rock
suno-v4
Alternative Rock, Experimental, Atmospheric
查看 API 代码
复制
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-v4",
"prompt": "Alternative Rock, Experimental, Atmospheric"
}
JSON
post-rock
suno-v4
Post-Rock, Ethereal, Atmospheric, Icelandic
查看 API 代码
复制
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-v4",
"prompt": "Post-Rock, Ethereal, Atmospheric, Icelandic"
}
JSON
gregorian chorale
suno-v4
gregorian chorale, choir, carried singing, epic, majestic, ecclesiastical
查看 API 代码
复制
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-v4",
"prompt": "gregorian chorale, choir, carried singing, epic, majestic, ecclesiastical"
}
JSON
math rock
suno-v4
math rock, J-pop, mutation funk, bounce drop, dubstep, edm, 160bpm
查看 API 代码
复制
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-v4",
"prompt": "math rock, J-pop, mutation funk, bounce drop, dubstep, edm, 160bpm"
}
JSON
pentatonic scale
suno-v4
Pentatonic Scale, Modern Classic, Game Music, Guzheng & Piano & Chinese Drum & Cello, Slow, Sad, Mellow
查看 API 代码
复制
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-v4",
"prompt": "Pentatonic Scale, Modern Classic, Game Music, Guzheng & Piano & Chinese Drum & Cello, Slow, Sad, Mellow"
}
JSON
anime opening
suno-v4
anime opening, heavy metal, male vocal
查看 API 代码
复制
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-v4",
"prompt": "anime opening, heavy metal, male vocal"
}
JSON
worship
suno-v4
Uplifting atmospheric worship ballad with ethereal vocals and sweeping orchestral arrangements
查看 API 代码
复制
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-v4",
"prompt": "Uplifting atmospheric worship ballad with ethereal vocals and sweeping orchestral arrangements"
}
JSON
baroque pop
suno-v4
Baroque pop, intricate melodies, orchestral arrangements, harpsichord flourishes, and poetic lyrics
查看 API 代码
复制
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-v4",
"prompt": "Baroque pop, intricate melodies, orchestral arrangements, harpsichord flourishes, and poetic lyrics"
}
JSON
tropical house
suno-v4
Tropical house, upbeat, sun-kissed melodies, steel drums, breezy vocals, and a laid-back rhythm
查看 API 代码
复制
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-v4",
"prompt": "Tropical house, upbeat, sun-kissed melodies, steel drums, breezy vocals, and a laid-back rhythm"
}
JSON
psychedelic funk
suno-v4
Psychedelic funk, groovy bass lines, wah-wah guitars, trippy effects, and energetic brass sections
查看 API 代码
复制
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-v4",
"prompt": "Psychedelic funk, groovy bass lines, wah-wah guitars, trippy effects, and energetic brass sections"
}
JSON
Balkan
suno-v4
Balkan electro swing, energetic brass ensembles, electronic beats, folk melodies, and dance rhythms
查看 API 代码
复制
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-v4",
"prompt": "Balkan electro swing, energetic brass ensembles, electronic beats, folk melodies, and dance rhythms"
}
JSON
dark ambient
suno-v4
Dark ambient, atmospheric soundscapes, slow-moving textures, and an unsettling, eerie mood
查看 API 代码
复制
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-v4",
"prompt": "Dark ambient, atmospheric soundscapes, slow-moving textures, and an unsettling, eerie mood"
}
JSON
indie surf rock
suno-v4
Indie surf rock, jangly guitars, beachy vibes, carefree vocals, and upbeat, sunny melodies
查看 API 代码
复制
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-v4",
"prompt": "Indie surf rock, jangly guitars, beachy vibes, carefree vocals, and upbeat, sunny melodies"
}
JSON
cinematic
suno-v4
Cinematic gospel arrangement with choir support, organ, wider reverb, slower rise into chorus, and a more dramatic lead vocal
查看 API 代码
复制
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-v4",
"prompt": "Cinematic gospel arrangement with choir support, organ, wider reverb, slower rise into chorus, and a more dramatic lead vocal"
}
JSON
acoustic soul
suno-v4
Transform this into a warm acoustic soul version with gentle electric piano, restrained drums, intimate male vocal, steady groove, preserve the original chorus melody, avoid EDM drops and heavy distortion
查看 API 代码
复制
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-v4",
"prompt": "Transform this into a warm acoustic soul version with gentle electric piano, restrained drums, intimate male vocal, steady groove, preserve the original chorus melody, avoid EDM drops and heavy distortion"
}
JSON
parameterized metatags
suno-v4
[Intro: ambient pads, reversed guitar, ethereal] [Verse 1: lo-fi drums, muted bass, whispered vocals] Walking through the rain at midnight Neon signs reflecting off the street [Pre-Chorus: building energy, adding layers] Something in the air is changing I can feel it pulling at my feet [Chorus: full production, soaring vocals, epic drums] We are the light that never fades Burning through the endless maze [Bridge: stripped down, piano only, vulnerable vocals] All the words I never said Echo softly in my head [Outro: fade out, ambient reprise]
查看 API 代码
复制
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-v4",
"prompt": "[Intro: ambient pads, reversed guitar, ethereal] [Verse 1: lo-fi drums, muted bass, whispered vocals] Walking through the rain at midnight Neon signs reflecting off the street [Pre-Chorus: building energy, adding layers] Something in the air is changing I can feel it pulling at my feet [Chorus: full production, soaring vocals, epic drums] We are the light that never fades Burning through the endless maze [Bridge: stripped down, piano only, vulnerable vocals] All the words I never said Echo softly in my head [Outro: fade out, ambient reprise]"
}
JSON
verse-chorus structure
suno-v4
[Verse] soft acoustic guitar the morning light filters through [Chorus] soaring vocals with full band we rise above the clouds [Bridge: piano only, vulnerable vocals] all the weight we carry [Outro: fade out]
查看 API 代码
复制
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-v4",
"prompt": "[Verse] soft acoustic guitar the morning light filters through [Chorus] soaring vocals with full band we rise above the clouds [Bridge: piano only, vulnerable vocals] all the weight we carry [Outro: fade out]"
}
JSON
garage rock
suno-v4
Garage rock, raw and aggressive, distorted bass, room mic drums, shouted male vocals, lo-fi production
查看 API 代码
复制
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-v4",
"prompt": "Garage rock, raw and aggressive, distorted bass, room mic drums, shouted male vocals, lo-fi production"
}
JSON
jazz-funk
suno-v4
Jazz-funk fusion, slap bass, Rhodes piano, syncopated drums, groovy and sophisticated
查看 API 代码
复制
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-v4",
"prompt": "Jazz-funk fusion, slap bass, Rhodes piano, syncopated drums, groovy and sophisticated"
}
JSON
synthwave
suno-v4
80s synthwave meets modern trap, analog synths, 808 bass, retro-futuristic
查看 API 代码
复制
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-v4",
"prompt": "80s synthwave meets modern trap, analog synths, 808 bass, retro-futuristic"
}
JSON
cinematic
suno-v4
Cinematic orchestral score, sweeping strings, French horns, timpani rolls, epic and triumphant, Hans Zimmer inspired
查看 API 代码
复制
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-v4",
"prompt": "Cinematic orchestral score, sweeping strings, French horns, timpani rolls, epic and triumphant, Hans Zimmer inspired"
}
JSON
ambient electronic
suno-v4
Ambient electronic, pad textures, slow evolving synths, ethereal and spacious, Brian Eno inspired
查看 API 代码
复制
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-v4",
"prompt": "Ambient electronic, pad textures, slow evolving synths, ethereal and spacious, Brian Eno inspired"
}
JSON
outro
suno-v4
[Outro: fade out, ambient reprise]
查看 API 代码
复制
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-v4",
"prompt": "[Outro: fade out, ambient reprise]"
}
JSON
build-up
suno-v4
[Build-Up] [Drop: full energy, heavy drums]
查看 API 代码
复制
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-v4",
"prompt": "[Build-Up] [Drop: full energy, heavy drums]"
}
JSON