cURL
curl --request GET \ --url https://api.jogg.ai/v2/avatar_video/{id} \ --header 'x-api-key: <api-key>'
{ "code": 0, "msg": "Success", "data": { "video_id": "video_123456", "status": "completed", "video_url": "https://example.com/videos/video_123456.mp4", "cover_url": "https://example.com/covers/video_123456.jpg", "created_at": 1640995200 } }
Get video information and status by video ID
curl --request GET \ --url 'https://api.jogg.ai/v2/avatar_video/vid_abc123' \ --header 'x-api-key: YOUR_API_KEY'
API key for authentication. Obtain your key from the JoggAI dashboard.
Video ID from video creation endpoint
"video_123456"
Success
Business status code:
0
Response message
"Success"
Show child attributes