V1VideosVeo 3Jobs

Submit video generation job (Google Veo 3)

POST
/v1/videos/veo-3/jobs
promptstring

Text prompt describing the desired video.

Length1 <= length <= 4000
duration_seconds?number

Requested video duration in seconds (defaults to 6).

Default6
resolution?string

Target output resolution.

Default"1080p"
Value in"720p" | "1080p"
aspect_ratio?string

Output aspect ratio.

Default"16:9"
Value in"16:9" | "9:16"
enable_audio?boolean

Whether to include an audio track.

Defaultfalse
webhook_url?string

Webhook to receive job status updates.

Formaturi
user?string

Optional end-user identifier for tracking.

Response Body

curl -X POST "https://api-beta.daydreams.systems/v1/videos/veo-3/jobs" \
  -H "Content-Type: application/json" \
  -d '{
    "prompt": "string"
  }'
{
  "job_id": "string",
  "status": "queued",
  "estimate_usd": 0,
  "job_token": "string"
}
Empty
Empty
Empty