Skip to main content
POST
Veo 3.1 Lite Video Extension
Video extension API based on the Google Veo 3.1 Lite model, supporting content extension generation for input videos.
This is an asynchronous API and only returns the asynchronous task’s task_id. You should use this task_id to request the Get Task Result API to retrieve the generated result.

Request Headers

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

Request Body

integer
Random seed for generating reproducible resultsValue range: [0, 4294967295]
string
required
URL address of the input video, supporting formats such as mp4/mov/mpeg/avi
string
required
Text prompt describing the content of the extended video (English only)
string
default:"720p"
Output video resolutionOptional values: 720p, 1080p
string
default:"16:9"
Output video aspect ratioOptional values: 16:9, 9:16
integer
default:1
Number of videos to generateValue range: [1, 4]
boolean
default:true
Whether to automatically optimize the prompt
boolean
default:false
Whether to generate an audio track
string
Negative prompt, describing content to avoid
string
default:"allow_adult"
Safety control for person generationOptional values: dont_allow, allow_adult

Response Information

string
Use the task_id to request the Get Task Result API to retrieve the generated output.