REST API
Image Generation Endpoint
Generate an image based on the provided text prompt.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
JSON payload to specify the image generation job details
The body is of type object
.
Response
200
application/json
Job successfully submitted
The response is of type object
.