FounderHooks
AI model platform for builders
ExplorePricingDocs
ZHAPI Docs
lumen-labs·Video generation·Community

Lumen Video 1

Prompt-to-video generation for product teasers, social loops, and concept demos.

See examples, test outputs, copy the API call.

teasersmotionshort-form
API snapshot
1c20f55
Avg latency
28s
Billing hint
$0.12 / second
Open playgroundRead API docs
Playground
Run this model now
prediction output
27s
Short clip for landing and social
Designed to work well in product pages, waitlists, and social intros.
curl
API sample
curl -s -X POST https://www.founderhooks.com/api/v1/predictions \
  -H "Authorization: Bearer $FOUNDERHOOKS_API_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "lumen-labs/lumen-video-1",
    "input": {
      "prompt": "Generate a polished product visual for an AI platform homepage"
    },
    "wait": 10
  }'
Python
API sample
import os
import requests

response = requests.post(
    "https://www.founderhooks.com/api/v1/predictions",
    headers={
        "Authorization": "Bearer " + os.environ["FOUNDERHOOKS_API_TOKEN"],
        "Content-Type": "application/json",
    },
    json={
        "model": "lumen-labs/lumen-video-1",
        "input": {
            "prompt": "Generate a polished product visual for an AI platform homepage"
        },
        "wait": 10,
    },
)
print(response.json())
Available snapshots
1c20f55
stable
Stabilized UI motion and improved short clips under 10 seconds.
2026-04-12 · H100
0d18aa4
beta
Introduced storyboard-friendly prompt hints.
2026-03-18 · H100
Example outputs
27s
Product teaser clip
Designed to work well in product pages, waitlists, and social intros.