lo-fi hip-hop
suno-v5
lo-fi hip-hop, chill and nostalgic, pitched-down vocal sample, Rhodes piano, tape-saturated drums, vinyl crackle, warm analog bass, lo-fi tape hiss, 75 BPM
查看 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-v5",
"prompt": "lo-fi hip-hop, chill and nostalgic, pitched-down vocal sample, Rhodes piano, tape-saturated drums, vinyl crackle, warm analog bass, lo-fi tape hiss, 75 BPM"
}
JSON
trap
suno-v5
trap, dark and aggressive, melodic rap delivery, heavy 808 sub-bass, hi-hat rolls, atmospheric pads, distorted vocal effects, modern hip-hop production, 140 BPM
查看 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-v5",
"prompt": "trap, dark and aggressive, melodic rap delivery, heavy 808 sub-bass, hi-hat rolls, atmospheric pads, distorted vocal effects, modern hip-hop production, 140 BPM"
}
JSON
pop ballad
suno-v5
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
查看 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-v5",
"prompt": "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"
}
JSON
boom bap
suno-v5
boom bap, gritty confident mood, chopped soul sample, dusty drum break, vinyl crackle, punchy male rap flow, classic New York feel, 90 BPM
查看 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-v5",
"prompt": "boom bap, gritty confident mood, chopped soul sample, dusty drum break, vinyl crackle, punchy male rap flow, classic New York feel, 90 BPM"
}
JSON
progressive house
suno-v5
Progressive house EDM, euphoric synth lead, powerful drop, festival anthem, female vocal chop, driving 4/4 kick drum, 128 BPM
查看 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-v5",
"prompt": "Progressive house EDM, euphoric synth lead, powerful drop, festival anthem, female vocal chop, driving 4/4 kick drum, 128 BPM"
}
JSON
cinematic boom
suno-v5
3 second dark cinematic boom with metallic tail
查看 API 代码
复制
curl -X POST https://runapi.ai/api/v1/suno/text_to_sound \
-H "Authorization: Bearer $RUNAPI_KEY" \
-H "Content-Type: application/json" \
--data-binary @- <<'JSON'
{
"model": "suno-v5",
"text": "3 second dark cinematic boom with metallic tail"
}
JSON