v1
latestOpenAPI 3.0.1MIT2026-07-2638658.5 KBAvatar
Check Motion Status
Check the status of motion generation task by motion ID
get/v2/photo_avatar
Query parameters
motion_idstring required
Example:motion_123
Motion ID from the motion generation task
Response
Success
Example response
{
"msg": "Success",
"data": {
"motion_id": "motion_123",
"avatar_id": 123,
"image_url": "https://example.com/image.jpg",
"name": "My Photo Avatar",
"status": "completed",
"motion_preview_url": "https://example.com/preview.mp4",
"voice_id": "en-US-ChristopherNeural"
}
}