> ## 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.

# System Details

> This endpoint is used to retrieve information about your server.

## Request\`

Make a `POST` request to below endpoint and pass the required parameters as a request body.

```curl curl theme={null}
--request POST 'https://modelslab.com/api/v1/enterprise/realtime/system_details' \
```

## Body

```json json theme={null}
{ 
    "key": "enterprise_api_key"
}
```
