Discussions

Ask a Question
Back to All

ElevenLabs provider not listed in API

curl --request GET --url 'https://api.d-id.com/tts/voices?provider=elevenlabs' --header 'accept: application/json' --header 'authorization: Bearer '

Get the following error:
{
"kind": "ValidationError",
"description": "validation failed",
"details": {
"provider": {
"message": "should be one of the following; ['amazon','microsoft','afflorithmics']",
"value": "elevenlabs"
}
}
}