MU
音乐
garage rock
suno-v4
Garage rock, raw and aggressive, distorted bass, room mic dr...
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