Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The text prompt describing the image to generate
Example:
"A woman checking her phone"
Response
200 - application/json
Successfully generated image
Array containing the generated image URL(s)
URL of the generated image
Example:
["https://somesite.com/image.png"]