Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.zylon.ai/llms.txt

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

Use these endpoints to verify system status.

Basic request and response

Use the health check to verify availability with GET /api/health.
curl "https://{BASE_URL}/api/health"
{
  "status": "ok",
  "uptime": "3d 04:12:33",
  "commit": "9f1c2a3"
}

Errors and edge cases

  • 503: health check unavailable.