Skip to main content
GET
/
health
Health check
curl --request GET \
  --url https://api.app.hrizn.io/v1/public/health
{
  "data": {
    "status": "ok",
    "version": "1.2.0",
    "timestamp": "2023-11-07T05:31:56Z"
  }
}

Documentation Index

Fetch the complete documentation index at: https://api-docs.hrizn.io/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - application/json

Service is healthy

data
object
Last modified on May 8, 2026