Discussions

Ask a Question
ANSWERED

アバターの動画生成が出来ません、

I've signed a contract many times, but it's commented that there's no credit left.
ANSWERED

결재취소 요청

결재가 잘못되어 취소 요청합니다 김록재 010-8704-5418
ANSWERED

api key not working?

I have been trying to call the talks endpoint. i have my code set up and i keep getting this error: {'message': 'Unauthorized'} i also tried curl'ing from the terminal, same error. then i tried to use your sandbox on your website and still the same error. i have tried to regenerate my api key three times now.
ANSWERED

Using vehicle/toys images inplace of human avtar

Hi, 1. I would like to use some cartoon images that are not humans to create talks, is that possible? If so please let me know how? 2. I would like to use an image that's locally available, instead of source_url can i use something like source_relative_path or like that? 3. Also, I see that there's a lot of delay in generating the talking avatar, is there a way to reduce the delay or speedup the process, if so how (I'm using python and streamlit)?? Thanks in advance!
ANSWERED

Issue with Text Input Interruption in Live Streaming Demo

Hello, I'm having trouble with your live streaming demo when I use long texts. For example, when I enter a "Lorem Ipsum" dummy text, the system stops halfway and seems to disconnect. Here's what happens: Text I used: "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book." What should happen: The system should handle the whole text and give a full response. What actually happens: It only replies with the first sentence and then cuts off suddenly, like it's restarting. What I've tried: This keeps happening with long texts, and I'm using your provided code from GitHub (<https://github.com/de-id/live-streaming-demo>). Can you tell me why it's cutting off? Is there a limit on how much text it can handle at once, or is there a timeout setting that's causing this? Any advice on how to fix this so it can process long texts fully would be really helpful. Since upgrading, I've lost almost all of my allotted minutes testing and trying to resolve this issue, which is quite frustrating. Thanks for your help.
ANSWERED

session_timeout

I am config the session_timeout to 300, i am unable to make that config , after the session_timeout in body, i am unable to get reponse , i am putting my code down below : const sessionResponse:any = await fetch(`${DID_API.url}/talks/streams`, { method: 'POST', headers: {'Authorization': `Basic ${DID_API.key}`, 'Content-Type': 'application/json' , ...reaminingHeaders}, body: JSON.stringify({ source_url: "<https://clips-presenters.d-id.com/amy/FLZ1USJl7m/vzswgDCwKZ/image.png">, session_timeout : 299 }), }).catch(async ()=>{ console.log("stream not startedddd") }); Please respond me sooner
ANSWERED

question for credit

i have a question. i use the pro plan and my total credit is 135. IS IT MEAN THAT THE CREDIT REFILL EVERY MONTH ON MY PAYMENT DATE?
ANSWERED

MARCAS DE AGUA

LAS MARCAS DE AGUA DESAPARECEN COMPRANDO MENSUALIDAD???
ANSWERED

Use multiple voice styles

Hi, I want to use multiple voice styles (eg: cheerful, angry, etc.,) for different parts of the script. The script is dynamic, so based on the script tags, the voice styles should change. For example if part of the script is tagged as angry, then the voice should dynamically change to angry style. And I would like to know if this is possible to achieve using D-ID api's or not, if so please let me know how. <br /> Thanks!
ANSWERED

2 characters

I have generated a video using 2 two-character image with audio that has a conversation. The problem is that one character only talks on the video while I want to make both characters talk. how can I do that without splitting the audio?