> 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/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/kai-fa-zhe-zhi-nan/developer-guide/api/authentication.md) — 基于 JWT 令牌的认证
* [**端点参考**](/2.x/zh/kai-fa-zhe-zhi-nan/developer-guide/api/endpoints-reference.md) — 可用 API 资源的概述
* [**自定义操作**](/2.x/zh/kai-fa-zhe-zhi-nan/developer-guide/api/custom-actions.md) — 超出标准 CRUD 的专用端点
* [**Webhooks**](/2.x/zh/kai-fa-zhe-zhi-nan/developer-guide/api/webhooks.md) — 向外部系统发送事件驱动的通知
