MU
音乐
trap
suno-v5
trap, dark and aggressive, melodic rap delivery, heavy 808 s...
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