Enterprise: Fetch Queued Request Endpoint
curl --request POST \
--url https://modelslab.com/api/v1/enterprise/interior/fetch/{id} \
--header 'Content-Type: application/json' \
--data '
{
"key": "<string>"
}
'{
"status": "success",
"message": "Operation completed successfully"
}Interior API
Fetch Image
Fetch Queued Request API fetches queued request.
POST
/
interior
/
fetch
/
{id}
Enterprise: Fetch Queued Request Endpoint
curl --request POST \
--url https://modelslab.com/api/v1/enterprise/interior/fetch/{id} \
--header 'Content-Type: application/json' \
--data '
{
"key": "<string>"
}
'{
"status": "success",
"message": "Operation completed successfully"
}Note: This endpoint does not generate new images; it only returns already generated or queued images.
Request
Send aPOST request to below endpoint to return the corresponding queued Images.
Where {id} is the ID returned together with the URL in the response upon its generation. This endpoint does not generate new image, it returns already generated/queued image.
curl
--request POST 'https://modelslab.com/api/v6/interior/fetch/{id}' \
Body
json
{
"key": ""
}
Was this page helpful?
⌘I

