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

# 헬스 체크

> API 상태 확인

API 서버의 상태를 확인합니다.

## 응답

```json theme={null}
{
  "status": "healthy",
  "timestamp": "2026-01-20T10:30:00.000Z",
  "version": "1.0.0"
}
```

<RequestExample>
  ```bash cURL theme={null}
  curl -X GET https://api.sajuapi.dev/v1/system/health
  ```
</RequestExample>
