[whispers] I never knew it could be this way, but I'm glad w...
[whispers] I never knew it could be this way, but I'm glad we're here.
查看 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": "text-to-speech-turbo-v2.5",
"text": "[whispers] I never knew it could be this way, but I'm glad we're here."
}
JSON