> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kathan.tech/llms.txt
> Use this file to discover all available pages before exploring further.

# Health Check

> Check API availability and system status

# GET /health

Check if the API is running and get system information.

## Response

```json theme={null}
{
  "status": "ok",
  "environment": "production",
  "optimization": "50_percent_resources"
}
```

## Example

```bash theme={null}
curl "https://api.staging.kathan.tech/health"
```

**Note:** This endpoint does not require authentication.
