> 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-tw/ai/ai-whitepaper/apis.md).

# API

## API

Zoom 提供各式各樣的 API 端點，以滿足客戶與開發者的多元需求。這些 API 讓組織能夠無縫地將 Zoom 強大的通訊功能整合到現有工作流程中、擴充功能，並打造符合特定商業需求的自訂解決方案。

目前，Zoom 的許多 AI 功能——例如會議摘要、會議逐字稿和電話逐字稿——都與各個 Zoom 產品密切相關。因此，與這些功能相關的 API 會透過各自的產品專屬 API 端點來存取。除了可在 AI Chat 面板中封存對話之外，Zoom 目前不提供 AI 功能的 API 存取。

如需 Zoom AI API 的詳細資訊與入門指引，請造訪 [Zoom 開發者中心](https://developers.zoom.us/docs/api/).

## MCP

如需更多有關下列內容的資訊，請參閱 Zoom 的開發者中心： [在 Zoom 上開始使用 MCP](https://developers.zoom.us/docs/mcp/).


---

# 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-tw/ai/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.
