Seedance 2.0 Mini is live on viddly.io — video from $0.045/second 🚀
viddly.ioAI Model Gateway
API Market
GooglePopularHD

Veo 3.1 API

Cinematic video with synchronised native audio

Google's flagship video model. 1080p clips with dialogue, ambience and effects baked in, holding character identity across shots.

Text to videoImage to videoNative audio1080p

Quickstart

Authenticate with a bearer token from your dashboard, then POST the request below.

curl -X POST https://api.viddly.io/v1/video/generations \
  -H "Authorization: Bearer $VIDDLY_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "veo-3-1",
    "prompt": "a lighthouse in a storm, drone orbit, dusk",
    "duration": "4",
    "resolution": "720p",
    "aspect_ratio": "16:9"
  }'

Parameters

NameTypeDefaultDescription
prompt*textWhat to generate. Describe subject, action, camera and lighting.
image_urlimageOptional reference or first-frame image. Publicly reachable URL.
durationenum4 | 6 | 84Clip length in seconds.
resolutionenum720p | 1080p720pOutput resolution.
aspect_ratioenum16:9 | 9:16 | 1:116:9Frame aspect ratio.
seednumberFix for reproducible results.

Similar models