API Health Check
API Endpoints•Updated 5/4/2026
GET
https://solver.solverify.net/
The Solverify API Health Check endpoint returns server health and uptime. Use GET / for lightweight monitoring, uptime checks, and service availability probes.
Request
GET /
Success Response
{
"status": "ok",
"uptime": "2h30m15s",
"uptime_seconds": 9015
}
Response Fields
| Field | Type | Description |
|---|---|---|
status | string | Health status. ok means the API server is responding. |
uptime | string | Human-readable uptime. |
uptime_seconds | number | API server uptime in seconds. |