> For the complete documentation index, see [llms.txt](https://docs.chamilo.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chamilo.org/3.x/zh-tw/kai-fa-zhe-zhi-nan/developer-guide/api.md).

# API

Chamilo 3.0 提供以 **API Platform 4** 建置的 REST API。此 API 可程式化存取平台資源，也是 Vue 前端所使用的同一套 API。

* [**驗證**](/3.x/zh-tw/kai-fa-zhe-zhi-nan/developer-guide/api/authentication.md) — 以 JWT 權杖為基礎的驗證
* [**端點參考**](/3.x/zh-tw/kai-fa-zhe-zhi-nan/developer-guide/api/endpoints-reference.md) — 可用 API 資源總覽
* [**自訂動作**](/3.x/zh-tw/kai-fa-zhe-zhi-nan/developer-guide/api/custom-actions.md) — 標準 CRUD 以外的專門端點
* [**Webhooks**](/3.x/zh-tw/kai-fa-zhe-zhi-nan/developer-guide/api/webhooks.md) — 向外部系統發送事件驅動通知
