> 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/2.x-zh-tw/kai-fa-zhe-zhi-nan/developer-guide/api.md).

# API

Chamilo 2.0 提供了基於 **API Platform 3.0** 的 REST API。此 API 提供對平台資源的程式化存取，並與 Vue 前端使用的 API 相同。

* [**驗證**](/2.x-zh-tw/kai-fa-zhe-zhi-nan/developer-guide/api/authentication.md) — 基於 JWT token 的驗證
* [**端點參考**](/2.x-zh-tw/kai-fa-zhe-zhi-nan/developer-guide/api/endpoints-reference.md) — 可用 API 資源概覽
* [**自訂動作**](/2.x-zh-tw/kai-fa-zhe-zhi-nan/developer-guide/api/custom-actions.md) — 超出標準 CRUD 的專用端點
* [**Webhooks**](/2.x-zh-tw/kai-fa-zhe-zhi-nan/developer-guide/api/webhooks.md) — 事件驅動的通知至外部系統
