Generate high-quality video content from text descriptions using the Veo 3.0 Preview video generation model. This API uses asynchronous processing and requires querying the final result via task_id.
Bearer authentication format: Bearer {{API Key}}.
Request Body
A text string describing the video you want to generate.
Specifies the aspect ratio of the generated video.Enum: 16:9, 9:16. Default: 16:9.
The length of the video file you want to generate (in seconds).Enum: 4, 6, 8. Default: 8.
Specifies whether to use Gemini to enhance your prompt.Default: true
Specifies whether to generate audio for the video.
A text string describing content you want to prevent the model from generating.
Safety setting that controls whether person or face generation is allowed.Enum:
allow_adult (default): Only allows generating adults
dont_allow: Does not allow including people or faces in the image
Resolution of the generated video.Enum: 720p (default) or 1080p
Number of videos to generate.Range: 1-4
A number used to initialize the random generation process. Using the same seed, prompt, and other parameters produces the same output video, making the generation process deterministic.Range: 0-4,294,967,295
Response