Discussions
Internal Server Error
29 days ago by damilarea71
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"
}