Skip to main content
GET
/
healthz
Healthz
curl --request GET \
  --url https://api.private-ai.com/deid/healthz \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "gpu_inference_engine_success": true
}

Authorizations

x-api-key
string
header
required

Response

200 - application/json

Successful Response

success
boolean
required

Whether the healthz request succeeded.

gpu_inference_engine_success
boolean

Whether the health check on the GPU inference engine succeeded. Returned on GPU container only.