MU
音乐
indie surf rock
suno-v4
Indie surf rock, jangly guitars, beachy vibes, carefree voca...
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