Creates an asynchronous video generation task with OpenAI-compatible video models.
Authorization: Bearer {API_KEY} 鉴权/v1/videos/{video_id},最后下载 /v1/videos/{video_id}/contentBearer authentication header of the form Bearer <token>, where <token> is your auth token.
Video model name, for example sora-2.
"sora-2"
Text prompt for the video.
"一只可爱的小猫在花园里玩耍"
Video resolution.
720x1280, 1280x720 Video duration in seconds.
4, 8, 12 Optional reference image file used as the first frame.
Successful video task creation response
Video task ID.
"video_123456789"
Object type.
video Current task status.
pending, in_progress, completed, failed Creation timestamp.
Completion timestamp.
Model used for generation.
Task progress percentage.
0 <= x <= 100Expiration timestamp for the generated asset.
Video duration in seconds.
Video resolution.
720x1280, 1280x720 Source video ID when the task comes from remix.