Skip to main content
GET
/
health
Liveness probe
curl --request GET \
  --url https://nvidia.casebender.com/api/v1/health \
  --header 'Authorization: Bearer <token>'
{
  "status": "<string>",
  "service": "<string>",
  "version": "<string>",
  "timestamp": "<string>"
}

Authorizations

Authorization
string
header
required

API key authentication. Use format: Bearer cbr_live_your_key

Response

200 - application/json

Default Response

status
string
service
string
version
string
timestamp
string