AI Video APIAI Video API

Veo 3.1

Google Veo 3.1 video generation via google. Generate high-quality AI videos from text prompts with native audio. · Google

All models
Parameters

fast = Veo 3.1 Fast ($0.30/video), quality = Veo 3.1 Quality ($2.00/video)

Text prompt for video generation

Optional image URL for image-to-video generation

Pricing
40credits
Fast
Fast40 credits
Quality300 credits
Result

Configure parameters and click Run to test the API.

Code Example
curl -X POST https://aivideoapi.ai/v1/videos/generations \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "model": "veo-3",
  "mode": "fast",
  "prompt": "",
  "image_url": "",
  "aspect_ratio": "16:9"
}'