Discussions

Ask a Question
Back to All

Cannot access the "Get Voices" endpoint due to missing CORS header

All my API calls worked so far, but not this endpoint:

https://api.d-id.com/tts/voices

In the browser, I am getting a CORS error because:

"No 'Access-Control-Allow-Origin' header is present on the requested resource"

Seems as if this CORS header is missing on this endpoint.

(Postman works fine, since it won't check the CORS policy.)