A complete video pipeline,
not just a generator
SuperReall covers the whole creator workflow — from the first idea to a published, on-brand post.
Prompt-to-video that actually looks directed
Describe the shot the way a director would — subject, camera movement, lens, lighting, mood — and get cinematic video back. Our models understand film language: dolly-ins, aerials, rack focus, golden hour.
- Cinematic camera moves: drone, orbit, dolly, handheld
- Clips from 4 to 10 seconds, extendable for longer cuts
- Negative prompts to art-direct what you don't want
Reference-image-to-video
Upload a product photo, a thumbnail, or any still — then describe the motion. Your image stays faithful while the camera, light and scene come alive around it.
- Product teasers and ads without a shoot
- Animate thumbnails, posters and key art
- Character and style consistency across a series
Native aspect ratios for every platform
Render the same idea in 9:16, 1:1 and 16:9 — each composed natively for its frame, not cropped after the fact. One prompt becomes a Short, a feed post and a YouTube cut.
- 9:16 vertical — TikTok, Reels, Shorts
- 1:1 square — Instagram feed, X, LinkedIn
- 16:9 landscape — YouTube, embeds, website heroes
Queue once, publish all week
Line up as many prompts as you like and let them render in the background. Close the tab, go to sleep — your batch is waiting in the morning.
- Live status: queued → rendering → done
- Retry any failed render in one click
- Priority queue on paid plans
Your private gallery & brand kit
Every render lands in your personal gallery — searchable, organized, downloadable anytime. Add captions and your brand kit once, and every export ships on-brand.
- Private by default — only you see your work
- Auto-captions tuned for silent autoplay
- Brand kit: your fonts, colors and watermark
Brand kit preview
Set your logo, palette and caption style once — applied to every export automatically.
Templates for every niche
Start from a proven format, swap the subject, ship. New template packs drop monthly.
API for builders & teams
Generate video programmatically: submit prompts, poll status, download MP4s. Power content pipelines, apps and agencies from a single endpoint.
- REST API with API-key auth
- Webhooks on render completion
- Team workspaces & shared credits (Studio)
POST /v1/videos
{
"prompt": "aerial over neon city at night, rain",
"format": "9:16",
"duration": 5
}
→ { "id": "vid_8f3k…", "status": "queued" }