AU
音频
forest
suno-v5
forest night ambience with insects and distant wind, seamles...
forest night ambience with insects and distant wind, seamless loop
查看 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": "forest night ambience with insects and distant wind, seamless loop"
}
JSON