Hold on, let me think. <break time="1.5s" /> Alright, I've g...
Hold on, let me think. <break time="1.5s" /> Alright, I've got it. The key to understanding this phenomenon is not in the data itself, but in what the data leaves out.
查看 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-multilingual-v2",
"text": "Hold on, let me think. <break time=\"1.5s\" /> Alright, I've got it. The key to understanding this phenomenon is not in the data itself, but in what the data leaves out."
}
JSON