Get System Details
curl --request POST \
--url https://modelslab.com/api/v1/enterprise/3d/system_details \
--header 'Content-Type: application/json' \
--data '
{
"key": "enterprise_api_key"
}
'{
"model_count": 0,
"queue_time": 0,
"status": "ok"
}3D API
System Details
This endpoint returns information about your server.
POST
/
system_details
Get System Details
curl --request POST \
--url https://modelslab.com/api/v1/enterprise/3d/system_details \
--header 'Content-Type: application/json' \
--data '
{
"key": "enterprise_api_key"
}
'{
"model_count": 0,
"queue_time": 0,
"status": "ok"
}Request
Send aPOST request to below endpoint to get information about your server.
curl
--request POST 'https://modelslab.com/api/v1/enterprise/3d/system_details' \
Body
json
{
"key": "enterprise_api_key"
}
Body
application/json
Your enterprise API key used for request authorization
Example:
"enterprise_api_key"
Was this page helpful?
⌘I

