Discussions

Ask a Question
ANSWERED
ANSWERED

Can I add speech pause markers when working with the API?

In the client version, there's a feature to pause the avatar for 0.5 seconds, but I can't find any information about this in the API documentation. Could you let me know if this option is available?

ANSWERED

Are any presenters available for clips:write on Build plan?

Hello. I'm getting the error "user has no permission for clips:write" when trying to create a clip by posting to api.d-id.com/clips.

ANSWERED

set up

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

ANSWERED

URGENT! Missing or invalid session ID

I get missing or invalid session ID, and I've gone through the same question asked over 7 times on this same platform

ANSWERED

API Google Oauth

  1. Is there a way to authenticate to the talks api using google oauth if so, whats the code snippet for it (python)
  2. If there isnt, does the free version authenticate the api ?
    Because this isnt letting me in with the my free username and password.
    import requests
    url = "
    https://api.d-id.com/talks"
    payload = {
    "source_url": "https://d-id-public-bucket.s3.us-west-2.amazonaws.com/alice.jpg",
    "script": {
    "type": "text",
    "subtitles": "false",
    "provider": {
    "type": "microsoft",
    "voice_id": "Sara"
    },
    "input": "Making videos is easy with D-ID"
    },
    "config": {
    "fluent": "false",
    "pad_audio": "0.0"
    }
    }
    headers = {
    "accept": "application/json",
    "content-type": "application/json",
    "authorization": "Basic bXN0MTk3NEBzYmNnbG9iYWwubmV0OlNhbHpidXJnMTYwIQ=="
    }
    response = requests.post(url, json=payload, headers=headers)
    print(response.text)
ANSWERED

Retreiving knowledge base from SQL DB

Is it possible for an agent to retreive knowledge for RAG from external sources such as a SQL database?

ANSWERED

Error ‘IP address rejected by STUN server’ when running Talks Streams.

Talks Streamsを実行するとSTUN サーバーで IP アドレスを拒否されました。

ANSWERED

Eleven Labs and Talks API

I have saved voice ID using eleven labs API. And when trying to hit talks API request from my code it throws this error
Client error: POST https://api.d-id.com/talks resulted in a 400 Bad Request response:\n{"kind":"TextToSpeechProviderError","description":"Failed to generate 11labs tts: A voice for the voice_id 3Vd2nkuqshKMQ (truncated...)\n",

ANSWERED

Talks API Integration

Hey, i'm trying to integrate D-ID Talks API in my system. I'm coding in Laravel PHP. This is my sample code so far, and my source_url looks something like this
http://my-site/storage/user/avatar-image/user_id/picture.jpg