Async jobs
Queue generation, poll status, and return image URLs when render completes.
Recraft V4 API focuses on design-grade image generation for brand systems, product mockups, graphics, and repeatable creative assets.

Model overview
Recraft V4 API model for design assets, brand graphics, product mockups, and vector-style visuals.
Use Recraft V4 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 Recraft V4 API, Recraft V4 image API, and Recraft image generation API.
brand graphics
mockups
design assets
Developer workflow
Queue generation, poll status, and return image URLs when render completes.
Recraft V4 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: "recraft-v4",
prompt: "premium product image, clean studio lighting",
aspectRatio: "16:9",
resolution: "2k"
})
});SEO content source map
Next step