Discussions

Ask a Question

Licensing

Good morning, my question would be, is there any licensing or rights that i need to post/display in presentations using the paid service? I have an account but my leaders want to make sure there are not specific posting requirements before using the videos in our training content.

Agent's custom response for an answer not found in source

Team, how can I customise the response an agent can provide if they can't find the relevant answer to a question asked from knowledge base? I want the agent to probably say something funny or so if they can't find the answer. Is this configurable?
ANSWERED

have I Sabscribed 2,

have I Subscribed? <br>
ANSWERED

Voices

How can I preview the voices before creating the video. I can hear one and that is it. Cannot click on move button or preview not available? <br> Thanks Greg
ANSWERED

Embedded Custom Instructions?

Hi, I want to create agents that do not have a knowledge base - so working purely with the LLM instructions for my prompt. However, I'm seeing some behavior that makes me wonder whether there's extra things added to the prompt (under the hood) for the agents service. If so, is it possible for you to list what's the appended system prompt or, even better, is there a way to disable it? Make sure the agent can be fully guided exclusively based on my prompt?

error 500, ERR_BAD_RESPONSE when requesting in node.js env

Previously I had success in the Python environment but when I changed to the node.js environment I always got error 500, even though the header and payload were more or less the same, what do you think is wrong? here's my previous python code: <br> ```Text python url = "<https://api.d-id.com/talks"> headers = { "accept": "application/json", "content-type": "application/json", "Authorization" : "Basic " + os.getenv("API_KEY_DID") } print(headers) payload = { "script": { "type": "audio", "audio_url": audio_path }, "source_url": avatar_url } response = requests.post(url, json=payload, headers=headers) ``` and here's my javascript code: <br> ``` try { const url = "<https://api.d-id.com/talks">; const headers = { "accept": "application/json", "content-type": "application/json", "Authorization": "Basic XXX" }; const payload = { "script": { "type": "audio", "audio_url": audioPath }, "source_url": avatarUrl }; const response = await axios.post(url, payload, { headers }); ``` Thank you!
ANSWERED

Why is you watermark showing on my video if I am a paid member?

Why is you watermark showing on my video if I am a paid member? Second, I would like to sign up for your affiliate program
ANSWERED

How can I delete my present account because I really want to delete it

How can I delete my present account because I really want to delete it
ANSWERED

API requirements

Hey, I'm interested in using your APIs, but I couldn't find the following features in your API reference section. 1. An API for converting text to audio, based on the provided audio ID.
ANSWERED

Voice clone limit

I am using the you APIs to clone the voice. I noticed that there is an limit to the audios you can clone. If I purchase your Enterprise Plan can this limit be customised according to the need.