AU
音频
ambient
sound-effect-v2
Retro diner atmosphere: clinking plates, sizzling grill, qui...
Retro diner atmosphere: clinking plates, sizzling grill, quiet chatter, and 1950s jukebox music in the background
查看 API 代码
curl -X POST https://runapi.ai/api/v1/elevenlabs/text_to_sound \
-H "Authorization: Bearer $RUNAPI_KEY" \
-H "Content-Type: application/json" \
--data-binary @- <<'JSON'
{
"model": "sound-effect-v2",
"text": "Retro diner atmosphere: clinking plates, sizzling grill, quiet chatter, and 1950s jukebox music in the background"
}
JSON