still-limeS
VAPI4mo ago
still-lime

enable Ssml for custom elevenlabs voice - fails in API

I am trying to enable Ssml, I beleive this has to be done in the API. I have even tried using the example directly in your API docs, which has the following body. but returns an error.

-d '{
"voice": {
"provider": "11labs",
"voiceId": "yO0c2LMlE44REMzWChhh",
"enableSsmlParsing": true
}

error:
{
"message": [
"id must be a UUID"
],
"error": "Bad Request",
"statusCode": 400
}
Was this page helpful?