Discussions

Ask a Question
Back to All

Internal Server Error

I am getting a server error calling your talks endpoint. POST: https://api.d-id.com/talks

JSON:

{
"source_url": "https://myhost.com/image.jpg",
"script": {
"type": "text",
"input": "Hello world!",
"provider": {
"type": "microsoft",
"voice_id": "en-US-JennyNeural",
"voice_config": {
"style": "Cheerful"
}
}
}
}


OUTPUT:

{
"kind": "UnknownError",
"description": "Internal Server Error"
}