Skip to main content
POST
/
nano_banana
/
system_details
System Details
curl --request POST \
  --url https://modelslab.com/api/v1/enterprise/nano_banana/system_details \
  --header 'Content-Type: application/json' \
  --data '
{
  "key": "<string>"
}
'
{
  "status": "success",
  "data": {
    "server_version": "1.0.0",
    "uptime": "5d 12h 30m",
    "gpu_usage": "45%"
  }
}

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.

Request

Send a POST request to below endpoint to get system details.
curl
--request POST 'https://modelslab.com/api/v1/enterprise/nano_banana/system_details' \

Body

json
{
    "key": "enterprise_api_key"
}

Body

application/json
key
string
required

Your enterprise API key used for request authorization.

Response

200 - application/json

System details response