MU
音乐
dark ambient
suno-v4
Dark ambient, atmospheric soundscapes, slow-moving textures,...
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