Async jobs
Queue generation, poll status, and return image URLs when render completes.
Z-Image API supports efficient Alibaba-family image generation for poster concepts, multilingual prompts, illustrations, and fast creative variants.

Model overview
Z-Image API model for posters, illustration, expressive graphics, and campaign-ready creative assets.
Use Z-Image 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 Z-Image API, Z-Image image API, and Alibaba image generation API.
posters
illustration
graphic design
Developer workflow
Queue generation, poll status, and return image URLs when render completes.
Z-Image starts at 2 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: "z-image",
prompt: "premium product image, clean studio lighting",
aspectRatio: "16:9",
resolution: "2k"
})
});Next step