api docs / small services / utilities
GET /v1/health
A simple health probe intended for monitoring systems. It should be fast and never block on external dependencies.
curl -sS https://api.example.tld/v1/health # Example response { "status": "ok", "ts": "2026-02-15T00:00:00Z" }