Discussions

Ask a Question
Back to All

Regarding creating a video stream

Hello D -ID Team,

I hope you are doing well, currently i am facing the issue in creating video stream as it gives me error 500, here is the sample curl command, 'nav@Naveens-MacBook-Air did_avatar % curl --request POST
--url 'https://api.d-id.com/agents/v2_agt-UBjGtgA/streams/strm_8p20NAYrrPhRCYcYMoEtB_EKS'
--header 'accept: application/json'
--header 'authorization: Basic ZEc5dmJITkFhVzV1YjNaaGJXVXVhWFE6d2tqVmtsRmNhRk80LUtKcGZpZm5v'
--header 'content-type: application/json'
--data '{
"script": {
"type": "text",
"input": "Hello, this is a test message for the avatar.",
"ssml": false
}
}'
{"kind":"InternalServerError","description":"Stream Error"}%
nav@Naveens-MacBook-Air d_id_avatar %', please guide me in fixing this issue