LumixAI logo
Veed video generation API

Veed Sync 2.0 API for production videos.

Veed Sync 2.0 API supports Fabric-style video generation workflows for creator tooling, marketing assets, and short-form production experiments.

Model slug
veed-sync-2-v2v
Credit rate
25 credits per video
Provider
Veed
Veed Sync 2.0 API video generation sample

Model overview

Why use Veed Sync 2.0 through LumixAI?

Veed Sync 2.0 video generation through the LumixAI API with async jobs, polling, download URLs, and live pricing from the backend.

Use Veed Sync 2.0 through LumixAI when you want one stable REST workflow for prompts, model selection, async jobs, polling, usage tracking, and credit pricing. The page targets searches for Veed Sync 2.0 API, Veed Sync 2.0 video API, and Veed video generation API.

AI video generation

image-to-video workflows

production API integrations

Developer workflow

Call Veed Sync 2.0 without a separate provider integration.

Async jobs

Queue generation with /v1/videos/jobs, poll /v1/videos/jobs/{id}, then download the finished video.

Credit pricing

Veed Sync 2.0 starts at 25 credits per video before conditional rules.

Modality
Video
Aspect ratios
Default
Resolutions
Default
await fetch("https://api.lumixai.live/v1/videos/jobs", {
  method: "POST",
  headers: {
    "Content-Type": "application/json",
    "X-API-Key": process.env.LUMIXAI_API_KEY
  },
  body: JSON.stringify({
    model: "veed-sync-2-v2v",
    prompt: "cinematic product reveal, smooth camera motion",
    aspectRatio: "16:9",
    resolution: "720p",
    duration: 6,
    withSoundEffects: true
  })
});

Next step

Generate your first Veed Sync 2.0 video.

Generate with LumixAI