Skip to main content
POST
Enterprise: Fetch Queued Request Endpoint
Complex image generation requests are queued, and results can be retrieved later with an estimated processing time provided by the eta parameter.

Request

Send a POST request to below endpoint to return the corresponding queued images, specified by the request_id parameter in the request body.
curl

Body

json

Body

application/json
key
string
required

Your API key

request_id
string
required

The request ID returned from the generation endpoint

Response

Success

status
string
Example:

"success"

message
string
Example:

"Operation completed successfully"

Related topics

Fetch Image