API Market

Google


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
| Name | Type | Default | Description |
|---|---|---|---|
| prompt* | text | — | What to generate. Describe subject, action, camera and lighting. |
| image_url | image | — | Optional reference or first-frame image. Publicly reachable URL. |
| duration | enum4 | 6 | 8 | 4 | Clip length in seconds. |
| resolution | enum720p | 1080p | 720p | Output resolution. |
| aspect_ratio | enum16:9 | 9:16 | 1:1 | 16:9 | Frame aspect ratio. |
| seed | number | — | Fix for reproducible results. |
Similar models
GoogleFastest
Veo 3 Fast
Text to VideoImage to Video
Veo quality at draft speed and draft price
Try it$0.170 / second of video~38s
KlingNew
Kling
Kling 3 Turbo
Text to VideoImage to Video
The fastest Kling tier, tuned for volume
Try it$0.130 / second of video~42s
KlingPopular
Kling
Kling 3.0
Text to VideoImage to Video
Flagship motion quality with camera control
Try it$0.255 / second of video~110s


