Discussions

Ask a Question
ANSWERED

talking animated avatar

Hi,

ANSWERED

Turn off lip sync

Hi,

ANSWERED

Using personalized voice

Hi,

ANSWERED

How do I get the video frames after creating a talk stream?

import requests

url = "https://api.d-id.com/talks/streams/id"

payload = {
    "script": {
        "type": "text",
        "provider": {
            "type": "microsoft",
            "voice_id": "Sara"
        },
        "ssml": "false"
    },
    "config": {
        "fluent": "false",
        "pad_audio": "0.0"
    },
    "audio_optimization": "2"
}
headers = {
    "accept": "application/json",
    "content-type": "application/json"
}

response = requests.post(url, json=payload, headers=headers)

print(response.text)
ANSWERED

Struggling to use the /talks/streams API

So I've experimented with D-iD and found that the regular /talks approach is just too slow (like 30 seconds to download a 100word segment) for a live discussion. I wanted to try the talks/streams API to see if it would work better, but it just seems impossible to use.

ANSWERED

I’m a YouTube creator with over 1 million subscribers

Hello! 😊
My name is Anastasia, I’m a YouTube creator with over 1 million subscribers
https://www.youtube.com/@spydidy . I’m currently working on integrating AI avatar technology into my content to make it more dynamic, personalized, and engaging for my audience.

ANSWERED

talks endpoint

Hi, I am trying to use the /talks endpoint as documented here: https://docs.d-id.com/reference/talks-overview
I have a Studio key but every request returns 500 Internal Server Error.
Can you confirm whether my account is enabled for this endpoint or if I need a different Developer API key (e.g., starting with didprod...)?

ANSWERED

How to make my AI agent to do gesture like wave hand when saying Hi?

How to make my AI agent to do gesture like wave hand when saying Hi

ANSWERED

regarding API image

is it possible to create Image and saved in my d-id account and call it through API? if yes then suggest how?

ANSWERED

seeking help adding an agent to my website

Hello, I created an agent. My goal is to incorporate the agent into my webpage using the HTML code. But it is not working. Does it matter if I am using WIX? Wix allows me to paste any html code into a website. Is there a reason that this might not work?