Discussions
How can we manage stop functionality if i want the avatar to stop speaking ?
Currently i am using this function
What is the correct format of the image URL while sending a POST request to an endpoint e.g. talks?
Hi,
Issue with Authorization Header: Invalid Key Format Error
Dear D-ID Support Team,
Express Avatar
I have attempted to create several Avatars and it consistently stops at 99% complete. I have yet to finalize the production of a useable Avatar.
MOV video result format quality is terrible compared to MP4

MP4
Ca not record consesnt video
I was trying to create my own avatar. But on the process, I could not record the consent video. When I was trying to record, the was a pop up message saing that "fail to recod the video". What am I supposed to do?
How to integrate with Microsoft Azure
Hi, I would like to know if this is possible. To have an Agent that receives questions from users, will receive an uploaded photo in which it will analyze to help answer the user question and responds with links, images and verbally. I am looking to create an avatar for a home design business that will allow someone to upload an image and get tips on how to design a room. thank you
how can i integrate amazon polly to streaming talks, can you give me a sample call?
I need a sample call, so far I hace this const url = 'https://api.d-id.com/talks/streams/id';
const options = {
method: 'POST',
headers: {
accept: 'application/json',
'x-api-key-external': JSON.stringify({ "amazon": "YOUR_AMAZON_POLLY_API_KEY" }), // Amazon Polly key
'content-type': 'application/json',
authorization: 'Basic YOUR_DID_API_KEY'
},
body: JSON.stringify({
script: {
type: 'text',
provider: {
type: 'amazon', // Changed provider to Amazon Polly
voice_id: 'Joanna' // Example Amazon Polly voice
},
ssml: false
},
config: {
fluent: false,
pad_audio: 0.0
},
audio_optimization: '2',
session_id: 'YOUR_SESSION_ID'
})
};
How do we track agent and streaming usage?
On the bottom left of the web UI I can see the credits remaining. How do I track how our credits are being consumed? For example. which agents/sessions used credits on which date/time?
Watermark
How to download video without watermark.