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.

ANSWERED

When downloading the file does not copy with audio and cannot be embedded into a Powepoint slide

Any ideas please. This apparent across new media created during the last few days. All previous media created still works ok as expected. This appears to be a new problem.

ANSWERED

To make sure, when I sign up with the API plan

To make sure, when I sign up with the API plan, I can use the Studio to create videos?
With the API plan I can make 45 minutes for $35,
with the Studio plan I can make 15 minutes for $ 16 Dollars?

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

Hello D-ID Support Team,

ANSWERED

Issue with Real-Time Streaming Avatar Using D-ID Speak API

Hello D-ID Support Team,