Discussions

Ask a Question
ANSWERED
ANSWERED

Where do I insert my API Key?

Your online instruction are not step by step. Also is there a phone number for help?

ANSWERED

How to create a chat bot like chat.d-id.com

I want to build a chatbot like chat.d-id.com, that means, a real time stream, which is driven by text from for example, the answer from chatgpt(in back ground). It still stays alive(small movements, blinking eye like a normal person), when it finishes talking and waits for the next answer from chatgpt.

ANSWERED

text-to-speech voice over language

Does D-ID support text-to-speech voice-over in Cantonese and Mandarin?

ANSWERED

What are the rate limits for D_ID API?

What are the rate limits for D_ID API?

ANSWERED
ANSWERED

text speed

Microsoft voices have speed control, normally set by call to SSML, typically 1.0 = 100%. does your API have a config have a setting to set speed. if so, can you show the code for this?

ANSWERED

pause in API text

I'm using the API. However, the voice does not pause between sentences well, so it is robotic, not natural. How do I add pauses in the text? When you create a video, you can insert .5 second pause, how do you do this with API videos?

ANSWERED

Video download by result_url (API)

Hello!

ANSWERED

downloading result url mp4

  1. followed tutorial video, using postman app on my pc, made request for simple video
  2. used request with id (tlk...) which returned info with result url at end.
  3. when I control+click mp4, tab in chrome says "missing authentication token". Actually, I want to download the video, so how to do this? I am a programmer, but haven't used postman before.