Discussions
Cannot access the "Get Voices" endpoint due to missing CORS header
about 1 year ago by tom
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.)