Discussions
ElevenLabs provider not listed in API
over 1 year ago by marc.joly1999
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"
}
}
}