Async jobs
Queue generation, poll status, and return image URLs when render completes.
Cinematic API is a LumixAI preset for teams that want a practical image generation endpoint with simple pricing and dependable defaults.

Model overview
A production preset tuned for dramatic framing, rich contrast, and storyboard-friendly generated images.
Use Cinematic through LumixAI when you want one stable REST workflow for prompts, model selection, async jobs, usage tracking, and credit pricing. The page targets searches for Cinematic API, Cinematic image API, and LumixAI image generation API.
storyboards
campaign visuals
cinematic stills
Developer workflow
Queue generation, poll status, and return image URLs when render completes.
Cinematic starts at 5 credits per image before conditional rules.
await fetch("https://api.example.com/v1/images/jobs", {
method: "POST",
headers: {
"Content-Type": "application/json",
"X-API-Key": process.env.LUMIXAI_API_KEY
},
body: JSON.stringify({
model: "cinematic",
prompt: "premium product image, clean studio lighting",
aspectRatio: "16:9",
resolution: "2k"
})
});SEO content source map
Next step