# VEO3API - AI Video Generation API # https://veo3api.tech ## About VEO3API is a REST API service for generating AI videos with synchronized sound using Google Veo 3.1 model. ## Key Features - AI video generation from text prompts - HD video with synchronized audio (sound) - 8-second video clips - Multiple quality options: 720p ($0.01/sec), 1080p ($0.03/sec) - Async processing with webhook callbacks - Simple REST API with JSON responses ## Use Cases - Content creation automation - Social media video generation - Marketing video production - Integration with n8n, Make.com, Zapier - Programmatic video creation ## Pricing - 720p HD: $0.01 per second - 720p Priority: $0.02 per second (faster processing) - 1080p: $0.03 per second - 1080p Priority: $0.04 per second - Free $1 credit on signup (~12 videos) ## API Endpoints - POST /v1/generate - Create video generation task - GET /v1/task/{id} - Check task status - GET /v1/tasks - List all tasks - GET /v1/files/download/{id} - Download video ## Quick Start 1. Register at https://veo3api.tech/register 2. Get API key from dashboard 3. Make POST request to /v1/generate with prompt 4. Poll status or receive webhook when complete 5. Download video file ## Example Request ``` POST /v1/generate X-API-Key: your_api_key Content-Type: application/json { "prompt": "A cat playing piano in a jazz club", "quality": "720p", "aspect_ratio": "16:9" } ``` ## Affiliate Program - 5% lifetime commission on referrals - Track earnings in dashboard - Transfer to main balance or withdraw ## Links - Website: https://veo3api.tech - API Docs: https://veo3api.tech/docs - Dashboard: https://veo3api.tech/ui - Register: https://veo3api.tech/register ## Contact - Email: support@veo3api.tech