Skip to main content
GET
/
api
/
server
/
status
Server health check
curl --request GET \
  --url http://{host}:{port}/api/server/status
{
  "success": true,
  "server": {
    "version": "3.0.0",
    "sdkVersion": "V2.01.00",
    "uptime": 123,
    "platform": "darwin-arm64"
  },
  "cameras": {
    "connected": 123,
    "discovered": 123
  }
}

Documentation Index

Fetch the complete documentation index at: https://crsdk.app/llms.txt

Use this file to discover all available pages before exploring further.

Response

Server is running

success
boolean
required
server
object
required
cameras
object
required