zpl.tools
API ReferenceSystem

Health check

Liveness probe

GET /health Liveness probe. This endpoint returns a small JSON body when the service is up. Public endpoint. No API key required.

Responses

200

Service is healthy.

Content-Type: application/json

FieldTypeRequiredDescription
statusstringYes
servicestringYes
{
  "status": "healthy",
  "service": "zplserver"
}

Example request

curl -X GET "https://api.zpl.tools/health"