> ## 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.

# Health Check

> Check the health status of backend services.

Returns the current health status of all backend services.

## Endpoint

```
GET /functions/v1/health-check
```

## Authentication

Public endpoint — no auth required.

## Response

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