Files
n8n-docs/docs/api/index.md
2022-10-25 15:13:25 +01:00

1.5 KiB

description
description
n8n's public REST API

n8n public 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:

Learn about REST APIs

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

!!! tip "Use the API playground" Trying out the API in the playground can help you understand how APIs work. If you're worried about changing live data, consider setting up a test workflow, or test n8n instance, to explore safely.