VEO3 Video Generation API
Powerful video generation capabilities using Google's Vertex AI VEO 3.0 models. Generate professional-quality videos from text prompts with customizable parameters, real-time status tracking, and secure downloads.
Base URL
https://api.veo3gen.coAll API endpoints are prefixed with /api/veo/
Usage limits
Each generation request may produce up to 2 videos when sampleCount is set accordingly (validated server-side: 1–2).
The API server does not currently expose fixed per-minute rate-limit numbers or X-RateLimit-* headers in this codebase. For high-volume or enterprise throughput, contact support.
Key Features
Advanced video generation capabilities powered by Google's Vertex AI VEO 3.0 models
Getting Started
Follow these steps to start generating videos with the VEO3 API
Quick Start Example
Get started with a basic text-to-video generation request
curl -X POST "https://api.veo3gen.co/api/veo/text-to-video" \
-H "Content-Type: application/json" \
-H "X-API-Key: veo3_your_api_key_here" \
-d '{
"prompt": "A majestic dragon soaring through clouds above a fantasy castle",
"model": "veo-3.0-generate-preview",
"generateAudio": true,
"enhancePrompt": true
}'Documentation Sections
Comprehensive guides and references for every aspect of the VEO3 API
Support & Resources
Get help, stay updated, and connect with the community