Image Generation
Image Generation V2
AI model of version 2 has been used to create images. It is the fastest and basic model to create images.
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:
"realistic"
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