LumixAI logo
Runway image generation API

Runway API

Runway API fits cinematic stills, storyboard frames, and production visuals that need coherent art direction.

Model slug
runway-gen4
Credit rate
12 credits
Provider
Runway
Cinematic storyboard frame generated by Runway Gen 4

Model overview

What is Runway API?

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

Call Runway from one image API.

Async jobs

Queue generation, poll status, and return image URLs when render completes.

Credit pricing

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"
  })
});

Next step

Try Runway with an API key.

Start generating
Runway API | LumixAI