AU
音频
commercial
text-to-speech-turbo-v2.5
[professional] Thank you for calling Tech Solutions. How can...
[professional] Thank you for calling Tech Solutions. How can I help you today? [sympathetic] Oh no, I'm really sorry to hear you're having trouble. [reassuring] Alright, based on what you're describing, I think we can fix this quickly.
查看 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": "[professional] Thank you for calling Tech Solutions. How can I help you today? [sympathetic] Oh no, I'm really sorry to hear you're having trouble. [reassuring] Alright, based on what you're describing, I think we can fix this quickly."
}
JSON