Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.realtoraai.com/docs/llms.txt

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

Returns the current health status of all backend services.

Endpoint

GET /functions/v1/health-check

Authentication

Public endpoint — no auth required.

Response

{
  "status": "healthy",
  "timestamp": "2026-03-07T12:00:00Z",
  "services": {
    "database": "ok",
    "storage": "ok",
    "edge_functions": "ok"
  }
}