Skip to main content
GET
https://api.kanarie.xyz
/
api
/
health
Check API health
curl --request GET \
  --url https://api.kanarie.xyz/api/health
{
  "ok": true,
  "service": "kanarie-api"
}

Documentation Index

Fetch the complete documentation index at: https://docs.kanarie.xyz/llms.txt

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

Response

200 - application/json

The service is healthy.

ok
boolean
required
service
string
required
Allowed value: "kanarie-api"