Veo3 Official
Veo3 Official Video Generation
Generate high-quality videos using Google Veo3 official direct-connect models, with advanced features like audio generation and keyframe control
POST
Documentation Index
Fetch the complete documentation index at: https://docs.toapis.com/llms.txt
Use this file to discover all available pages before exploring further.
- Asynchronous processing mode, returns a task ID for subsequent status queries
- Direct connection to Google Vertex AI, supporting all native Veo parameters
- Supports text-to-video, image-to-video, and keyframe interpolation generation modes
- Generated video links are valid for 24 hours, please save them promptly
Authorizations
All endpoints require Bearer Token authenticationGet API Key: Visit the API Key Management page to obtain your API KeyAdd to request headers:
Body
Video generation model nameAvailable models:
Veo3.1-quality-official- High-quality generation model, ideal for final productionVeo3.1-fast-official- Fast generation model, ideal for quick previews and iteration
"Veo3.1-quality-official"Text description for video generation
Video duration in secondsSupported values:
4- 4 seconds6- 6 seconds8- 8 seconds (default)
Video aspect ratioSupported formats:
16:9(landscape, default)9:16(portrait)
Video resolutionSupported values:
720p(default)1080p4k(preview)
First frame reference image for image-to-video generation. The video will begin from this image. Only the first URL in the array is used.⚠️ Only URL format is supported (base64 is no longer supported)
- Publicly accessible image URLs (http:// or https://)
- Use the Upload Image endpoint to upload local images and get URLs
- Maximum file size: 10MB
- Supported formats: .jpeg, .jpg, .png, .webp
Veo3 Official specific extension parameters
Response
Unique task identifier for querying task status
Object type, always
generation.taskModel name used
Task status
queued- Queued for processingin_progress- Processingcompleted- Successfully completedfailed- Failed
Task progress percentage (0-100)
Task creation timestamp (Unix timestamp)
Task metadata