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

# Health Check

> Verify the status of the CDN API.

Check the current health and version of the API.

## Response

```json theme={null}
{
    "status": "ok",
    "timestamp": "2024-03-03T...Z",
    "version": "V2"
}
```

## Example

```bash theme={null}
curl https://cdn.sacul.cloud/health
```
