GET/v1/health

health.get

Dependency-free liveness check. Returns `{ status: "ok", version }` when the API Worker is up. **No authentication required** — this is the only route that is callable without a bearer token (so uptime monitors and the docs portal can ping it). A non-200 from this endpoint, or no response at all, indicates the API Worker is down.

Response

No parameters.

Examples

curl -sS -X GET \
  https://api.theculprit.ai/v1/health

Try it