Authorizations
API key for authentication.
Body
multipart/form-data
Response
200 - application/json
Returns a Video object representing the generation job
Represents a video generation job
Current state of video generation
Available options:
PROCESSING, COMPLETE, FAILED, CANCELLED Examples:
"COMPLETE"
Video generation job ID
Examples:
"video_abc123def456"
When the job was created (unix timestamp)
Examples:
1730822400
Model used for generation
Allowed value:
"mirage-video-1-latest"Examples:
"mirage-video-1-latest"
Progress percentage (0-100)
Examples:
100
When the job completed (if applicable, unix timestamp)
Examples:
1730822520
Error payload that explains why generation failed, if applicable
Examples:
null