REST
Health
Public liveness probe for load balancers and uptime checks. No API key required. For Redis readiness, use GET /ready (503 when Redis is unreachable).
GET
/healthRequest
curl "https://api.anaxer.com/health"Response
Example response body:
{
"status": "ok",
"uptimeSec": 86400,
"env": "production"
}