health
Health check endpoint for monitoring and load balancers.
Returns API status. No authentication. Use it for uptime checks and load balancer probes.
GET
/healthRequest
No body, no auth.
curl https://api.anysolver.com/healthResponse body
| Field | Type | Required | Description |
|---|---|---|---|
status* | string | Yes | Always Example: |
Example
{
"status": "ok"
}