Discussions

Ask a Question
ANSWERED
ANSWERED
ANSWERED

Pending url instead of result url using get a specific talk api

I'm using the APIs to retrieve a specific talk but instead of getting a result_url field in the json response I've got pending_url field and a not valid url.

ANSWERED

URGENT! getting error response saying {"kind":"SessionError","description":"missing or invalid session_id"}

When we call createTalk API, we get the error response saying {"kind":"SessionError","description":"missing or invalid session_id"}
But when we checked the API payload we can see the session_id was passed in it.

ANSWERED
ANSWERED
ANSWERED

Streaming for React Native

Hello, thank you for the great API.

ANSWERED

Network error

I get a network error, saying can not connect to speech service. I did not have any problem with samples. Did I forget to do something?

ANSWERED

500 Unknown Error - Internal Server Error (Script max character count?)

I am getting this error when trying to create a video with a text input script and the error only seems to happen when the script is longer than 500 characters or so. Is there a limit? If so what is it?

ANSWERED

CORS error when playing video with video tag in Next.js with received result_url

When Next.js calls https://api.d-id.com/talks/{id} and then plays the video with the result_url received with the video tag, a CORS error occurs as shown below.