Discussions
CORS issue from my development environment
I'm a developer testing your API for streaming, however when my test web page gets to the stream endpoint I cannot continue due the CORS error. It says my request is blocked at https://api.d-id.com/talks/streams/strm_n3M2nJ5Vr-0zNfkBRqm5p/ice.
how get get my uploaded image on d-id
how to get my uploaded images urls
unable to create video
{
"kind": "BadRequestError",
"description": "cannot download image from https://s3.amazonaws.com/ainewsvideos/20230714_211024_854.jpg - may be corrupted or does not exist"
}
Save videos to own S3 bucket
I saw in the explainer video that it is possible to store videos in your own S3 bucket. How does this work, and where can I find the respective documentation for this scenario?
for Chat.d-id talking with AI
Can you please confirm about half body of AI chat could be done with this API , where we would like to talk to get answer of my any questions....
Transparent video background withe the API
After adding a presenter image with transparent background to get an animated video with the presenter talking , the transparent background is replaced by a green background.
failed to upload image
All images will not be uploaded. I tried uploading size, face size, person picture, etc, but failed.
Image getting cropped around the face
For some reason, when generating the talk video from the api, will crop original image around the face only. Help.
Result URL of Get Clip endpoint is an S3 URL instead of a HTTPS URL
If I create a clip from a text script, the result URL of the generated video is an S3 URL (s3://...) instead of an HTTPS URL. We were expecting that we can embed and display the video right away.