Discussions

Ask a Question
ANSWERED

what do you mean by source_url

what do you mean by source_url?

ANSWERED

Why there is no response?

please, i cant count how many times i posted my questions her, no response at all, except in one case, that i forget to change some thing when i posted my question

ANSWERED

How do I export videos in mov format

Hello, I have set image transparency in the editor, but the video I generated still has a black background. I suspect that the generated video format may be MP4, which does not support alpha channels. How should I configure it to generate a mov format video? Or do you have any better suggestions?

ANSWERED

Embed new agent on Wix platform

Hello D-ID team / users, I am trying to embed my new D-ID agent code snippet into a page on my Wix created site, and the snippet has been accepted in the dialog box on Wix Website Editor, but it won't populate in the Wix window... What am I not doing right?

ANSWERED

Agent Not Speaking

I created an agent, but she won't speak. Also, How do I get the agent to ask a question of the viewer rather than just respond to questions from the viewer?

ANSWERED

Mouth details

Hello!

ANSWERED

Problems downloading the video clip

When I download my video it is saved as example.com and I can't open it. It only happens with the last one I created, the ones I already had download normally.

ANSWERED

Why is there a limit to minutes when my videos are each less than 10 seconds?

Hi I have 3 credits left that I want to use - but there is now a time limit which has been added to my account? Each time I generate a video my time limit goes down by 1 minute? But the video I am making are all less than 10 seconds long? Why each time I make a video of less than 10 seconds? Does it deduct 1 minutes from my account? And now I have 3 credits that I want to use - but my account is blocked because even though I have 3 credits left to use - the minutes have run out? All videos that I have made are all less than 10 seconds long? So why is 1 minute being deducted for each video? Before I just had credits to use there was no time limit? Very disappointed with the time limit - when I am being charged 1 minute for a 3 second video ?

ANSWERED
ANSWERED

Clone Voice API

const sdk = require('api')('@d-id/v4.2.0#eyr73blt779zd2');
sdk.auth(Basic ${didToken});
console.log('didtoe',didToken)
const { data } = await sdk.cloneVoice({ file: filePath });
console.log(data);