Retrieve a Video
Fetch the latest metadata for a generated video.
Documentation Index
Fetch the complete documentation index at: https://docs.aihubmix.com/llms.txt
Use this file to discover all available pages before exploring further.
授權
Gateway-issued API key, formatted as sk-gateway-xxxxxxxx.
Used by OpenAI-shaped endpoints (/v1/chat/completions, etc.).
路徑參數
The identifier of the video to retrieve.
"video_123"
回應
Success
Structured information describing a generated video job.
Unique identifier for the video job.
The object type, which is always video.
video The video generation model that produced the job.
Current lifecycle status of the video job.
queued, in_progress, completed, failed Approximate completion percentage for the generation task.
Unix timestamp (seconds) for when the job was created.
Unix timestamp (seconds) for when the job completed, if finished.
Unix timestamp (seconds) for when the downloadable assets expire, if set.
The prompt that was used to generate the video.
The resolution of the generated video.
720x1280, 1280x720, 1024x1792, 1792x1024 Duration of the generated clip in seconds. For extensions, this is the stitched total duration.
Identifier of the source video if this video is a remix.
Error payload that explains why generation failed, if applicable.