Image Generation
Image Generation V3
This endpoint is used to generate an image using AI model V3. It accepts a JSON object containing the image generation parameters and returns the generated image.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Prompt is used for generating images.
The style of the image to be generated.
Example:
"Anime"
The orientation of the image.
Available options:
square
, portrait
, landscape
The format of the generated image. 'url' returns a direct image link, and 'Base64' returns an encoded string.
Available options:
url
, Base64
Was this page helpful?