This endpoint does not generate new images, it returns already generated/queued images.
Request
Send aPOST
request to below endpoint to return the corresponding queued images.
curl
Body
json
Path Parameters
The ID returned with the image URL upon generation
Body
application/json
Your enterprise API key used for request authorization
Example:
"enterprise_api_key"
Response
Successful response
Status of the request
Available options:
success
, error
The ID of the generated content
Example:
12202888
Array of URLs for the generated content
Example:
[
"https://pub-8b49af329fae499aa563997f5d4068a4.r2.dev/generations/e5cd86d3-7305-47fc-82c1-7d1a3b130fa4-0.png"
]