POST
/
v1
/
images
/
text-to-image
{
  "images": [
    {
      "url": "<string>",
      "content_type": "image/jpeg"
    }
  ],
  "timings": {
    "total": 123
  },
  "seed": 123,
  "has_nsfw_concepts": [
    true
  ],
  "prompt": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Response

200
application/json

Successful Response

Response body for image generation requests