Creation Endpoints
Imagine Image
Creates a new image using AI
POST
Description
The imagine
endpoint allows you to create a new image using AI. At the moment,
there is support for the models: ByteDance SDXL-Lightning and Flux,
which generates good quality images from text descriptions.
The images generated by the endpoint has a resolution of 1024x1024 pixels and are saved in JPEG format.
Cat image generated by the endpoint
Authorizations
API Key for authentication
Body
application/json
Response
201
application/json
The API will return the created Image object in the response body.
The Image object represents an image processed using the IMG Processing API. The object contains information about the image, such as its URL, size, and format. The Image object is returned in the response body of all image processing requests.