⚡ NEW: Flux Klein 9B — Faster inference, stunning quality · Try Now
curl --request POST \
--url https://modelslab.com/api/v1/enterprise/3d/fetch/{id} \
--header 'Content-Type: application/json' \
--data '
{
"key": "enterprise_api_key"
}
'{
"status": "success",
"id": 12202888,
"output": [
"https://pub-8b49af329fae499aa563997f5d4068a4.r2.dev/generations/e5cd86d3-7305-47fc-82c1-7d1a3b130fa4-0.png"
]
}Fetch Queued generated response.
curl --request POST \
--url https://modelslab.com/api/v1/enterprise/3d/fetch/{id} \
--header 'Content-Type: application/json' \
--data '
{
"key": "enterprise_api_key"
}
'{
"status": "success",
"id": 12202888,
"output": [
"https://pub-8b49af329fae499aa563997f5d4068a4.r2.dev/generations/e5cd86d3-7305-47fc-82c1-7d1a3b130fa4-0.png"
]
}Documentation Index
Fetch the complete documentation index at: https://docs.modelslab.com/llms.txt
Use this file to discover all available pages before exploring further.
POST request to below endpoint to return the corresponding queued images.
--request POST 'https://modelslab.com/api/v1/enterprise/3d/fetch/{id}' \
{
"key": "enterprise_api_key"
}
The ID returned with the image URL upon generation
Your enterprise API key used for request authorization
"enterprise_api_key"
Successful response
Status of the request
success, error The ID of the generated content
12202888
Array of URLs for the generated content
[
"https://pub-8b49af329fae499aa563997f5d4068a4.r2.dev/generations/e5cd86d3-7305-47fc-82c1-7d1a3b130fa4-0.png"
]Was this page helpful?