Discussions

Ask a Question
Back to All

Create video stream (for agent streams) server error 500

I have this error:
{
"kind": "InternalServerError",
"description": "Stream Error"
}

I am using free account,
and the authentication and the agent and stream ID is correct,
this is my payload:
{
"script": {
"type": "text",
"input": "this is test example.",
"provider": {
"type": "microsoft",
"voice_id": "Sara"
},
"ssml": "false"
},
"config": {
"fluent": "false",
"pad_audio": "0.0"
},
"audio_optimization": "2",
"presenter_config": {
"crop": {
"type": "wide"
}
}
}