Skip to content

n8n 公共 REST API(n8n public REST API)#

功能可用性

在免费试用期间,n8n API 无法使用。请升级以访问此功能。

使用 n8n 的公共 API,你可以通过编程执行许多与在 GUI 中相同的任务。本节将介绍 n8n 的 REST API,包括:

🌐 Using n8n's public API, you can programmatically perform many of the same tasks as you can in the GUI. This section introduces n8n's REST API, including:

n8n 提供了一个 n8n API 节点 来在您的工作流程中访问 API。

🌐 n8n provides an n8n API node to access the API in your workflows.

了解 REST API(Learn about REST APIs)#

API 文档假设你已经熟悉 REST API。如果你不熟悉,以下资源可能会有帮助:

🌐 The API documentation assumes you are familiar with REST APIs. If you're not, these resources may be helpful:

使用 API 演示环境

游乐场中尝试使用 API 可以帮助你了解 API 的工作原理。如果你担心修改实时数据,可以考虑设置一个测试工作流程,或一个测试 n8n 实例,以安全地进行探索。