Discussions
Streaming API to take a text input on screen and have the Avatar speak that input back...
Where do I insert my API Key?
Your online instruction are not step by step. Also is there a phone number for help?
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.
text-to-speech voice over language
Does D-ID support text-to-speech voice-over in Cantonese and Mandarin?
What are the rate limits for D_ID API?
What are the rate limits for D_ID API?
Intermittent CORS Policy Issues
We are having intermittent but fairly consistent CORS policy issues with the live-streaming-demo code. I am running your sample in Apache and using Google Chrome. I've tested both locally and on a hosted server with valid SSL.
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?
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?
Video download by result_url (API)
Hello!
downloading result url mp4
- followed tutorial video, using postman app on my pc, made request for simple video
- used request with id (tlk...) which returned info with result url at end.
- 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.