cURL
curl --request GET \ --url https://api.jogg.ai/v2/photo_avatar \ --header 'x-api-key: <api-key>'
{ "code": 0, "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", "error_msg": null } }
Check the status of motion generation task by motion ID
curl --request GET \ --url 'https://api.jogg.ai/v2/photo_avatar?motion_id=motion_123' \ --header 'x-api-key: YOUR_API_KEY'
API key for authentication. Obtain your key from the JoggAI dashboard.
Motion ID from the motion generation task
"motion_123"
Success
Business status code:
0
Response message
"Success"
Show child attributes