Avatar
Check status of the motion generation
QuickStart
API Documentation
URL to Video
Create Avatar Videos
Get Generated Video
AI Scripts
Upload Media
Avatar
Visual Style
Avatar
Check status of the motion generation
Check the generation status of the Photo Avatar motion based on the motionID
GET
/
photo_avatar
curl --request GET \
--url https://api.jogg.ai/v1/photo_avatar \
--header 'x-api-key: <api-key>'
{
"code": 123,
"msg": "<string>",
"data": {
"avatar_id": 123,
"image_url": "<string>",
"motion_id": "<string>",
"motion_preview_url": "<string>",
"name": "<string>",
"status": "pending",
"voice_id": "<string>"
}
}
Authorizations
Query Parameters
Motion ID
Response
200
application/json
OK
The response is of type object
.
curl --request GET \
--url https://api.jogg.ai/v1/photo_avatar \
--header 'x-api-key: <api-key>'
{
"code": 123,
"msg": "<string>",
"data": {
"avatar_id": 123,
"image_url": "<string>",
"motion_id": "<string>",
"motion_preview_url": "<string>",
"name": "<string>",
"status": "pending",
"voice_id": "<string>"
}
}