v1
latestOpenAPI 3.0.1MIT2026-07-2638658.5 KBVideo
Retrieve talking avatar video
Get video information and status by video ID
get/v2/avatar_video/{id}
Path parameters
idstring required
Example:video_123456
Video ID from video creation endpoint
Response
Success
Example response
{
"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
}
}