Discussions

Ask a Question
ANSWERED

Résiliation de mon compte.

Je vous demande de bien vouloir résilier mon compte, car je ne gère plus trop les prélèvements et je souhaite mettre fin à mon abonnement. Merci de bien vouloir si cela est nécessaire, m'indiquer la méthode la plus sûre pour mettre fin à mes prélèvements. Dans l'attente d'une réponse favorable à ma demande, veuillez croire en mon plus profond respect.

ANSWERED

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'
})
};

ANSWERED

I have a validation problem. How can I sort this out?

how can I sort this out??

ANSWERED

Why request 403

Why request 403

ANSWERED

Just changed my plan, trying to create a clip. Getting error 403. Please help

Just changed my plan, trying to create a clip. Getting error 403. Please help

ANSWERED

Custom avatar and custom voices

have a few questions regarding your platform's capabilities and customization options:

ANSWERED

set up

how to set up both realtime agent streaming with chat gpt and or animates still pics with api using flask

ANSWERED

Delay in Retrieving result_url for Clips Despite Webhook Setup

Hello,

ANSWERED

How can i make the mp4 from image full quality

so basically i created a talk and get talk the mp4 returned with low quality how can i fix that

ANSWERED

como eu conecto a API DO CHATGPT no D-ID, É POSSIVEL FAZER ISTO EM CONTA GRATUITA DO D-ID

como eu conecto a API DO CHATGPT no D-ID, É POSSIVEL FAZER ISTO EM CONTA GRATUITA DO D-ID