Generate AI Image Turbo

Create fast images from a prompt. Use it from the website or through the public API.

Describe the image

Estimated cost

Generated image

Your generated image will appear here.

Also available by API

Send a prompt, size and image count. API credits stay separate from web NOX.

POST /api/v1/tools/ai-image-generate
Authorization: Bearer TU_API_KEY
Content-Type: application/json

{
  "prompt": "A photo of an astronaut riding a horse on Mars.",
  "size": "1024x1024",
  "n": 1,
  "filename": "astronauta-marte"
}