Learn how to use our powerful image generation tools to create, modify, and upscale images.
View API ReferenceArli AI Image Generation is powered by SDNext, the most advanced and feature-complete open-source image generation inference engine and interface. As such most of our available features will be similar to those available in SDNext.
https://github.com/vladmandic/sdnextAll Image Generation API endpoints require authentication using a Bearer token or Basic Authentication via the Authorization
header. Replace {ARLIAI_API_KEY}
in the examples with your actual API key. For Basic Auth, use your API key as the password, Base64 encoded (e.g., Authorization: Basic Base64Encode(ARLIAI_API_KEY)
).
API requests are routed to appropriate backend servers based on model requirements and availability. Ensure your account has access granted to the specific Image Generation models or Upscaler models you intend to use via the relevant endpoints (`/sd-models`, `/upscalers`).
Image generation and upscaling requests are subject to rate limits and concurrency limits based on your account plan. Exceeding limits may result in temporary account restrictions. Check your account dashboard for details on your limits.
API Key parameter overrides (set in your account settings) will merge with and take precedence over parameters sent in the request body for compatible parameters.
Successful POST requests (txt2img, img2img, extra-single-image) typically return a JSON object containing a list of base64 encoded image(s) in the images
field (or image
for upscale) and an info
field with generation parameters. Successful GET requests return JSON data as described in their respective sections.
The Text-to-Image page allows you to create images from a text description (a "prompt"). You describe what you want to see, and the AI will generate it for you.
This tool transforms an existing image based on your text prompt.
Increase the resolution of your images while adding detail.