POST
/
flux
/
system_details
System Details
curl --request POST \
  --url https://modelslab.com/api/v1/enterprise/flux/system_details \
  --header 'Content-Type: application/json' \
  --data '{
  "key": "<string>"
}'
{
  "model_count": 0,
  "queue_time": 0,
  "status": "ok"
}

Request

Send a POST request to below endpoint to get information about your server.
curl
--request POST 'https://modelslab.com/api/v1/enterprise/flux/system_details' \

Body

json
{ 
    "key": "enterprise_api_key"
}

Body

application/json
key
string
required

Your API key

Response

200 - application/json

System details retrieved

The response is of type any.