AI / Image
Generate AI Image Turbo
Create fast images from a prompt. Use it from the website or through the public API.
Prompt
Describe the image
Result
Generated image
Your generated image will appear here.
API
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"
}