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
| Field | Type | Required | Description |
|---|---|---|---|
status | string | Yes | |
service | string | Yes |
{
"status": "healthy",
"service": "zplserver"
}Example request
curl -X GET "https://api.zpl.tools/health"