AU
音频
audiobook
text-to-speech-turbo-v2.5
[sorrowful] I couldn't sleep that night. The air was too sti...
[sorrowful] I couldn't sleep that night. The air was too still, and the moonlight kept sliding through the blinds like it was trying to tell me something. [quietly] And suddenly, that's when I saw it.
查看 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": "[sorrowful] I couldn't sleep that night. The air was too still, and the moonlight kept sliding through the blinds like it was trying to tell me something. [quietly] And suddenly, that's when I saw it."
}
JSON