create video generation task
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
video description, currently only supports English description
"cat running on the road"
video action, is one of the following: text2video, img2video, get1080p
text2video, img2video, get1080p "text2video"
if model is veo31_fast_ingredients, imageList is required (1~3 http(s) URLs)
veo2_fast, veo2_quality, veo3_fast, veo3_quality, veo31_fast, veo31_quality, veo31_fast_ingredients "veo2_fast"
videoId is required only when action is GET1080P; forbidden otherwise
"1234567890"
imageList is required only when action is IMG2VIDEO (1~2 http(s) URLs); otherwise it must be omitted or be an empty array []
[
"https://example.com/img1.jpg",
"https://cdn.example.com/image2.png"
]aspectRatio is optional, one of: 16:9, 9:16, 1:1, 3:4, 4:3
16:9, 9:16, 1:1, 3:4, 4:3 "16:9"
Whether to enable the automatic translation of prompt words, the default value is false
false
cameraControl is deprecated and will be ignored
CAMERA_CONTROL_TYPE_CAMERA_CONTROL_MOVE_UP, CAMERA_CONTROL_TYPE_CAMERA_CONTROL_MOVE_DOWN, CAMERA_CONTROL_TYPE_CAMERA_CONTROL_MOVE_LEFT, CAMERA_CONTROL_TYPE_CAMERA_CONTROL_MOVE_RIGHT, CAMERA_CONTROL_TYPE_CAMERA_CONTROL_MOVE_FORWARD, CAMERA_CONTROL_TYPE_CAMERA_CONTROL_MOVE_BACK, CAMERA_CONTROL_TYPE_CAMERA_CONTROL_PAN_UP, CAMERA_CONTROL_TYPE_CAMERA_CONTROL_PAN_DOWN, CAMERA_CONTROL_TYPE_CAMERA_CONTROL_PAN_LEFT, CAMERA_CONTROL_TYPE_CAMERA_CONTROL_PAN_RIGHT, CAMERA_CONTROL_TYPE_CAMERA_CONTROL_ORBIT_LEFT, CAMERA_CONTROL_TYPE_CAMERA_CONTROL_ORBIT_RIGHT, CAMERA_CONTROL_TYPE_CAMERA_CONTROL_STATIC "CAMERA_CONTROL_TYPE_CAMERA_CONTROL_STATIC"
task id, used to get task result later