Async jobs
Queue generation, poll status, and return image URLs when render completes.
Runway API fits cinematic stills, storyboard frames, and production visuals that need coherent art direction.

Model overview
Runway Gen-4 style image API option for cinematic frames, story-led production, and visual consistency.
Use Runway 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 Runway API, Runway image API, and Runway image generation API.
cinematic frames
storyboards
production visuals
Developer workflow
Queue generation, poll status, and return image URLs when render completes.
Runway starts at 12 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: "runway-gen4",
prompt: "premium product image, clean studio lighting",
aspectRatio: "16:9",
resolution: "2k"
})
});SEO content source map
Next step