Get the status of a video.
API key for authentication.
Returns a Video object with the current generation status
Represents a video object.
A video can be created via generation (image+audio) or captioning (adding captions to an existing video).
Video generation job ID
"video_abc123def456"
Current state of the video
PROCESSING, COMPLETE, FAILED, CANCELLED "COMPLETE"
When the video was created (unix timestamp)
1730822400
[Deprecated] Use "id" instead.
"video"When processing completed (unix timestamp)
1730822520
Progress percentage (0-100)
100
Error details if status is FAILED
null
Model used for generation (only for source='generation')
"mirage-video-1-latest""mirage-video-1-latest"
The input video that was captioned (only for source='caption')
"video_abc123def456"
Caption style template used (only for source='caption')
"ctpl_123456789abcdefg"