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
--request POST 'https://modelslab.com/api/v1/enterprise/fetch' \

Body

json
{ 
    "key": "enterprise_api_key", 
    "request_id": "your_request_id"
}