Discussions
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.
Is anyone available to work with me on a D-ID Project?
Livestream project with multiple GPT api's for website agents industry specific.
about credits
Do studio.d-id credits have an expiration date?
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.
VIDEO URL is forbidden after 1 day.
Streaming for React Native
Hello, thank you for the great API.
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?
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?
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.
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.