AI Video APIAI Video API

Veo 3.1 Extend

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

All models
Parameters

Text prompt for video extension

Task ID of the original video to extend

Pricing
60credits
Fast Extend
Fast Extend60 credits
Quality Extend250 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-extend",
  "mode": "fast",
  "prompt": "",
  "extend_task_id": ""
}'