POST

Generate a short video from a text prompt (optional reference image, 16:9 or 9:16). Powered by Google Veo 3 Fast on Replicate

/v1/video/generate/veo-3-fast

Powered by Google

Request → Response

Examples from schemas.json.

Requestapplication/json
POST /v1/video/generate/veo-3-fast
Content-Type: application/json

{
  "prompt": "Summarize this text in one sentence.",
  "aspect_ratio": "16:9",
  "enhance_prompt": true
}
Responseapplication/json
HTTP/1.1 200 OK
Content-Type: application/json

// Endpoint-specific body after 402 settlement

Overview

Generate a short video from a text prompt (optional reference image, 16:9 or 9:16). Powered by Google Veo 3 Fast on Replicate.

Technology company behind Imagen, Veo, and Safe Browsing.

Request schema

Body: JSON · application/json

FieldTypeDescription
promptstringrequired
imagestringoptional
aspect_ratiostringrequiredenum: 16:9, 9:16
seedintegeroptionalmin: 0
enhance_promptbooleanrequired
IMPLEMENTATION
curl -X POST https://api.tools402.dev/v1/video/generate/veo-3-fast \
  -H "Content-Type: application/json" \
  -d '{
  "prompt": "Summarize this text in one sentence.",
  "aspect_ratio": "16:9",
  "enhance_prompt": true
}'

402 payment flow omitted — see Integrations for settlement.