AU
音频
urban
sound-effect-v2
Busy New York intersection at rush hour: honking horns, chat...
Busy New York intersection at rush hour: honking horns, chattering pedestrians, and a passing subway train
查看 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": "Busy New York intersection at rush hour: honking horns, chattering pedestrians, and a passing subway train"
}
JSON