Discussions

Ask a Question

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.

Can I embed the avatar directly into my site?

We have a virtual, life-like website that is designed for digital humans. I'd like to embed an avatar concierge directly into several areas of the website.

Issue with Clip Agent Creation: "Failed to Generate Agent"

Hello D-ID Support Team,

Getting 500 internal server error when trying to start WebRTC connection in C# for unity environment

I have been trying to start the webrtc connection to integrate D-ID streams into a unity environment using scripts. Here is my codebase,