Turn one prompt into a complete video.
Long Video generates long-form video end to end — storyboard, consistent characters, seamless shots, narration, and final cut. One REST call, delivered by webhook.
- Up to 180s
- long-form output
- Parallel
- shot generation
- Webhook
- or polling delivery
- Swappable
- video providers
A reliable path from prompt to finished cut
Every render runs through the same durable, resumable workflow — so long jobs finish even when individual steps need a retry.
- 1Storyboard
- 2Moderate
- 3Anchor
- 4Generate
- 5Audio
- 6Compose
- 7Deliver
Everything a long render needs, handled
Single-shot models stop at a few seconds. We stitch many shots into one coherent film — keeping characters, motion, and audio consistent the whole way through.
Four steps, fully automated
Describe it
Send a prompt — plus optional reference images and a mode — to a single REST endpoint.
We storyboard & anchor
Claude scripts the shots while reference frames lock each character’s identity.
Generate & compose
Shots render in parallel, then narration, music, and FFmpeg stitch the final cut.
Deliver
Download the finished video or receive it the moment it’s ready via webhook.
One endpoint. The whole production.
Authenticate with an API key, post a prompt, and let the workflow do the rest. Track progress by polling, or subscribe to a webhook and get the finished file pushed to you.
curl -X POST https://api.yourdomain.com/v1/videos \
-H "Authorization: Bearer $LV_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"prompt": "A lighthouse keeper through the four seasons",
"mode": "seamless",
"duration": 120
}'
# → { "id": "vid_8f2c", "status": "queued" }
# poll GET /v1/videos/:id or subscribe to a webhookWhatever needs to move
Ads & promos
On-brand spots from a brief.
Explainers
Turn docs into watchable lessons.
Social
Shorts that scale into series.
Product demos
Show features, not slideshows.
Trailers
Cinematic teasers on demand.
Storytelling
Long narratives, one prompt.
Ready to ship video at scale?
Start in the playground in minutes, then drop the API into your product when you’re ready.