Discussions
Could you make a sample with Next.js with LiveStreamingDemo?
Doing a RAG featuring a set of French lessons with Chat roleplay - Will Share 12/10/23
I have a really cool "Proof of Concept" app to help you learn French I did with new bilingual MS voices. Its RAG model with Langchain and ChatGPT featuring French lessons. You can do some neat Chat roleplay with the Avatar teacher etc. Code is done and its ready for me to do the Video. I'll do that tomorrow and I will share the code and the Video links here on D-ID for reference.
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.
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.
Is anyone available to work with me on a D-ID Project?
Livestream project with multiple GPT api's for website agents industry specific.
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.