Skip to main content
POST
Veo 3.1 Video Generation (Reverse)
Video generation and query API
This is an async API that only returns the task_id of the async task. Use the task_id to call the Get Async Task Result API to retrieve the generated result.

Request Headers

string
required
Enum: application/json
string
required
Bearer authentication format: Bearer {{API Key}}.

Request Body

string
Width x Height. Exact values are ignored; width > height produces landscape orientation, width < height produces portrait orientation. Supported values: 1280x720, 720x1280.
string
required
Text prompt to guide video generation. Example: Characters in the image start racing and then collide with each other.
integer
Video duration. Currently only 8 seconds is supported.
boolean
Whether to add a watermark. Default: no watermark.
array
Image files to guide video generation. veo-3.1-reverse supports uploading first frame and last frame images.

Response

string
required
Use the task_id to call the Get Async Task Result API to retrieve the generated output.