API Documentation
Integrate VEO3's powerful AI video generation into your applications with our RESTful API.
Getting Started
Get your API key from the dashboard and start generating videos programmatically.
curl -X POST https://api.veo3freeai.com/v1/generate \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d 'prompt": "A cat playing piano'
Core Endpoints
POST /v1/generate
Generate a new video from text prompt
GET /v1/status/{id}
Check generation status
GET /v1/download/{id}
Download completed video
Quick Links
Security
All API requests are secured with HTTPS and require authentication via API keys.