Discussions

Ask a Question
ANSWERED

Watermark

You are giving 20 credit and whenever we are exporting video there is DID watermark everywhere. Then what is mean of these 20 free credit.

ANSWERED
ANSWERED

about credits

Do studio.d-id credits have an expiration date?

ANSWERED

Video title in Creator Studio

Currently, when you type a title into the field, the letters are placed in the wrong order. If you type B - E - A - N, you get N - A - E - B.

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.

ANSWERED

I always get status="created" as response and no result_url

Get id value from "POST https://api.d-id.com/talks"
"GET https://api.d-id.com/talks/${id}" I always get status="created" as response and no result_url. How can I get the response to get the result_url value when status="done"?
I am using fetch or axios in Next.js.