Discussions

Ask a Question
ANSWERED

Integration of OpenAI Text-to-Speech with D ID for Talkstream Generation: Inquiry about Solutions

I am utilizing OpenAI to generate responses to queries within my application. Traditionally, we pose a question to OpenAI, which then produces an answer. We take this answer and feed it into D ID as input. D ID subsequently generates a talkstream or image incorporating OpenAI's answer and streams the response.

ANSWERED

Real-Time External API Integration with D-ID Avatar

Is it possible to integrate an external API or server with the D-ID chat application's real-time endpoints to retrieve dynamic data (such as product information, user profiles, or live queries) and stream the response through the avatar in real time? Specifically, can I send data from the external server to D-ID's real-time endpoints, and have it used to generate a response that is then visualized through the avatar's animation and voice?

ANSWERED

Clip with custom image

HI

ANSWERED

When can I use D-ID to animate images of non-humans? My alien is waiting ;)

When can I use D-ID to animate images of non-humans? My alien is waiting ;)

ANSWERED

give me internal server error

create_stream : (user_id, request, callback) => {
// const options = {
// method: 'POST',
// url: '
https://api.d-id.com/talks/streams',
// headers: {
// accept: 'application/json',
// 'content-type': 'application/json',
// authorization: 'Basic Z2VraWpvNDE1OUBtdWdhZGdldC5jb20:Vv-jWFAlIkqK7CHVfZ_5N'
// },
// data: {
// face: { top_left: [0, 0], size: 512 },
// config: { motion_factor: 0, align_expand_factor: 0, stitch: true },
// source_url: 'https://clips-presenters.d-id.com/amy/FLZ1USJl7m/vzswgDCwKZ/image.png'
// }
// };

ANSWERED

Help!!!!!!!!!!! talks:result_url is S3:// how to download?

talks:result_url is S3:// how to download?

ANSWERED

change a backgroud

how to change the background ? and make it as an animation also ?

ANSWERED

Unauthorized Animation

I can create "talks" but I can't create "animations" due to error 401 - Unauthorized.
I am using the same authentication credentials for both.
What might be the reason that I can't create animations?

ANSWERED
ANSWERED

Where can your OpenAPI spec file be found?

In the case of your Node.js examples, you utilize he api module from radme.io which in turn requires that your API specification be downloaded/installed before use. Where can his file be found?