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

# API

Chamilo 3.0 基于 **API Platform 4** 提供 REST API。该 API 以编程方式访问平台资源，同时也是 Vue 前端所使用的同一套 API。

* [**身份验证**](/3.x/zh/kai-fa-zhe-zhi-nan/developer-guide/api/authentication.md) — 基于 JWT 令牌的身份验证
* [**端点参考**](/3.x/zh/kai-fa-zhe-zhi-nan/developer-guide/api/endpoints-reference.md) — 可用 API 资源概览
* [**自定义操作**](/3.x/zh/kai-fa-zhe-zhi-nan/developer-guide/api/custom-actions.md) — 标准 CRUD 之外的专用端点
* [**Webhooks**](/3.x/zh/kai-fa-zhe-zhi-nan/developer-guide/api/webhooks.md) — 向外部系统发送的事件驱动通知
