cURL
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>" } }
Check the generation status of the Photo Avatar motion based on the motionID
Motion ID
OK
The response is of type object.
object