Discussions

Ask a Question
Back to All

[API] Animation always return the same object

I'm testing the API to in the future buy the monthly premium, so the first time when I sent the simple request body with the image that I want to animated, it returned the image animated, but the following requests always return the 'Alice' as the source_url, consequently the result_url is the Alice's animation.

I tried too the first image that returned me the video animated, but it's returning the Alice's animation to.

Follow the return example:
{
"user": {
"features": [
"stitch",
"clips:write",
"scene",
"premium-plus:skip-speaker-validation",
null
],
"stripe_plan_group": "deid-trial",
"authorizer": "basic",
"owner_id": "google-oauth2|111219103377212162295",
"id": "google-oauth2|111219103377212162295",
"plan": "deid-trial",
"email": "andrelcalad@gmail.com"
},
"metadata": {
"driver_url": "bank://nostalgia/driver-12/flipped",
"faces": [
{
"mask_confidence": -1,
"detection": [
224,
198,
484,
553
],
"overlap": "no",
"size": 512,
"top_left": [
98,
119
],
"face_id": 0,
"detect_confidence": 0.9998300075531006
}
],
"num_frames": 225,
"processing_fps": 52.56837393169382,
"resolution": [
"512",
"512"
],
"size_kib": 2811.3779296875,
"source_pose": [
-0.4431915283203125,
-12.918487548828125,
-4.0704803466796875
],
"video_fps": 20
},
"task": false,
"created_at": "2025-02-19T17:39:55.374Z",
"config": {
"logo": {
"url": "d-id-logo",
"position": [
0,
0
]
},
"mute": true,
"motion_factor": 0.75,
"result_format": ".mp4"
},
"source_url": "https://d-id-animations-prod.s3.us-west-2.amazonaws.com/google-oauth2%7C111219103377212162295/anm_vKr1QTstvA8uv03HBsX5h/source/alice.jpg?AWSAccessKeyId=AKIA5CUMPJBIKVXURAND&Expires=1740073195&Signature=n1Qsp9Zp00%2FnUY81PXMq4Psg9K8%3D",
"created_by": "google-oauth2|111219103377212162295",
"status": "done",
"driver_url": "bank://nostalgia/",
"modified_at": "2025-02-19T17:39:59.995Z",
"user_id": "google-oauth2|111219103377212162295",
"face_ids": [
0
],
"result_url": "https://d-id-animations-prod.s3.us-west-2.amazonaws.com/google-oauth2%7C111219103377212162295/anm_vKr1QTstvA8uv03HBsX5h/1739986795402.mp4?AWSAccessKeyId=AKIA5CUMPJBIKVXURAND&Expires=1740073199&Signature=zJKe1snnBkSsxwsZ2ivhOYmDfzI%3D",
"id": "anm_vKr1QTstvA8uv03HBsX5h",
"started_at": "2025-02-19T17:39:55.487"
}