检索视频
Retrieve a video generation result. Returns the video file if completed, or a status if the request is still processing.
Authentication: This endpoint accepts either a Bearer API key or a SIGN-IN-WITH-X header for x402 wallet-based authentication. The legacy X-Sign-In-With-X header is also accepted during migration. When using x402, a 402 Payment Required response indicates insufficient balance and includes top-up instructions.
/video/queue 返回的 download_url 下载(而非通过此端点以二进制方式返回)。有关下载链接的工作方式、重试机制及可选的 DELETE,请参阅私有下载链接。
授权
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
请求体
The ID of the model used for video generation.
"video-model-123"
The ID of the video generation request.
"123e4567-e89b-12d3-a456-426614174000"
If true, the video media will be deleted from storage after the request is completed. If false, you can use the complete endpoint to remove the media once you have successfully downloaded the video.
false
响应
Video file if completed, or processing status if still in progress
The status of the video generation request.
PROCESSING, COMPLETED "PROCESSING"
The estimated execution time of the video generation request in milliseconds (P80).
145000
The current duration of the video generation request in milliseconds.
53200