POST
/
interior
/
fetch
/
{id}
Fetch queued request
curl --request POST \
  --url https://modelslab.com/api/v6/interior/fetch/{id} \
  --header 'Content-Type: application/json' \
  --data '{
  "key": "<string>"
}'
{
  "status": "success",
  "generationTime": 123,
  "id": 123,
  "output": [
    "<string>"
  ],
  "proxy_links": [
    "<string>"
  ],
  "meta": {}
}

Request

Send a POST request to below endpoint to return the corresponding queued images.
curl
--request POST 'https://modelslab.com/api/v1/enterprise/interior/fetch/{id}' \

Body

json
{ 
    "key": "enterprise_api_key"
}

Path Parameters

id
integer
required

The ID of the generation to fetch

Body

application/json

Response

Fetch response

The response is of type object.