Image Projects
AI Images
Create an AI image. Each image costs 5 frames.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Body
number to images to generate
Required range:
1 <= x <= 4
Example:
1
Available options:
landscape
, portrait
, square
Example:
"landscape"
The name of image
Example:
"Ai Image image"
Response
200
application/json
Success
Unique ID of the image. This value can be used in the get image project API to fetch additional details such as status
Example:
"clx7uu86w0a5qp55yxz315r6r"
The frame cost of the image generation
Example:
5
Was this page helpful?