> For the complete documentation index, see [llms.txt](https://library.zoom.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://library.zoom.com/technical-library/zh/ai-whitepaper/apis.md).

# API

## API

Zoom 提供了种类丰富的 API 端点，以满足客户和开发者的多样化需求。这些 API 使组织能够将 Zoom 强大的通信功能无缝集成到现有工作流中，扩展功能，并构建针对特定商业版需求量身定制的解决方案。

目前，Zoom 的许多 AI 功能——例如会议摘要、会议转录和电话转录——都与各自的 Zoom 产品密切相关。因此，与这些功能相关的 API 通过其各自产品专用的 API 端点进行访问。除了可在 AI 聊天讨论小组/面板中归档对话的功能外，Zoom 目前不为 AI 功能提供 API 访问。

有关 Zoom AI API 的详细信息以及入门指南，请访问 [Zoom 开发者中心](https://developers.zoom.us/docs/api/).

## MCP

有关更多信息，请参阅 Zoom 的开发者中心，了解 [如何在 Zoom 上开始使用 MCP](https://developers.zoom.us/docs/mcp/).&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://library.zoom.com/technical-library/zh/ai-whitepaper/apis.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
