Discussions
Why is it that when I copy the image link from https://studio.d-id.com/editor to the source_url in the API and enter a piece of text, the characters in the final output video are cropped? Only the head part is left, and the body part is missing. (The problem is that the image and the image of each frame in the video are different) Please note that I used the API to adjust it.
Why is it that when I copy the image link from https://studio.d-id.com/editor to the source_url in the API and enter a piece of text, the characters in the final output video are cropped? Only the head part is left, and the body part is missing. (The problem is that the image and the image of each frame in the video are different) Please note that I used the API to adjust it.
Size in create animations api seems not to be working?
Hi!
I'm trying to create a 1024 by 1024 px animation adding this to my body, in POST to /animations:
"face": {
"top_left": [
0,
0
],
"size": 1024
}
Method to create a video clip from image
Hey guys, I am trying to do the same thing we do in the studio (image + audio) but with an API call. i tried with streams but it crops the image to only the face and I want to include background. Any instruction to do this?