POST
/
3d
/
fetch
/
{id}
Fetch 3D generation result
curl --request POST \
  --url https://modelslab.com/api/v6/3d/fetch/{id} \
  --header 'Content-Type: application/json' \
  --data '{
  "key": "<string>"
}'
{
  "status": "success",
  "generationTime": 123,
  "id": 123,
  "output": [
    "<string>"
  ],
  "proxy_links": [
    "<string>"
  ],
  "meta": {
    "chunk_size": 123,
    "file_prefix": "<string>",
    "foreground_ratio": "<string>",
    "guidance_scale": 123,
    "image": "<string>",
    "negative_prompt": "<string>",
    "num_inference_steps": 123,
    "output_format": "<string>",
    "prompt": "<string>",
    "remove_bg": true,
    "render": true,
    "resolution": 123,
    "seed": 123,
    "temp": "<string>",
    "ss_guidance_strength": 123,
    "ss_sampling_steps": 123,
    "slat_guidance_strength": 123,
    "slat_sampling_steps": 123,
    "mesh_simplify": 123,
    "multi_image": true,
    "texture_size": 123
  }
}
Note:This endpoint does not generate new 3D objects; it only returns already generated or queued ones.

Request

Send a POST request to the endpoint below with to retrieve queued images this does not generate new ones.
curl
--request POST 'https://modelslab.com/api/v6/3d/fetch/{id}' \

Body

json
{ 
    "key": ""
}

Path Parameters

id
integer
required

The ID of the 3D generation to fetch

Body

application/json
key
string
required

Your API Key used for authenticating your request

Response

Fetch response

status
enum<string>
Available options:
success
generationTime
number

Time taken to generate the 3D model in seconds

id
integer

Unique identifier for the generation request

output
string<uri>[]

Array of URLs to the generated 3D files

Array of proxy URLs for the generated 3D files

meta
object

Metadata about the generation process and parameters used