🔥NEW: Z Image Turbo create photorealistic images with blazing fast speeds⚡ · Try it now
cURL
curl --request POST \ --url https://modelslab.com/api/v1/enterprise/fetch \ --header 'Content-Type: application/json' \ --data ' { "key": "<string>", "request_id": "<string>" } '
{ "status": "success", "message": "Operation completed successfully" }
This endpoint is used to fetch images from the processing queue.
POST
request_id
--request POST 'https://modelslab.com/api/v1/enterprise/fetch' \
{ "key": "enterprise_api_key", "request_id": "your_request_id" }
Your API key
The request ID returned from the generation endpoint
Success
"success"
"Operation completed successfully"
Was this page helpful?