> For the complete documentation index, see [llms.txt](https://docs.cloudeka.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloudeka.ai/cloudeka-api/deka-cdn/health-check-endpoint.md).

# Health check endpoint

Check the health status of the AI CDN Services API

```json
{"openapi":"3.1.1","info":{"title":"Cloudeka AI - API Documentation","version":"1.0.0"},"tags":[{"name":"Deka CDN","description":"API endpoints for Deka CDN (base: /core/cdn)"}],"servers":[{"url":"https://ai.cloudeka.id/"}],"paths":{"/core/cdn/health":{"get":{"description":"Check the health status of the AI CDN Services API","tags":["Deka CDN","Health"],"summary":"Health check endpoint","responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}}}}}}}}
```
