v2
latestOpenAPI 3.1.02026-07-26232135.9 KBVideos
Retrieve Video
Get the status of a video.
get/v1/videos/{video_id}
Path parameters
video_idstring required
Headers
x-api-keystring required
API Key for authentication
API Key for authentication
Response
Returns a Video object with the current generation status
Example response
{
"completed_at": 1730822520,
"created_at": 1730822400,
"model": "mirage-video-1-latest",
"progress": 100,
"status": "COMPLETE",
"video_id": "video_abc123def456"
}