n8n-docs/docs/api/index.md
aya dcf5165092
SEO improvements: Update metadata title and descriptions (#2352)
Co-authored-by: Kate Mueller <freakwriter@users.noreply.github.com>
2024-08-22 09:41:17 +02:00

2.0 KiB

title description contentType
n8n public REST API Documentation and Guides Access n8n public REST API documentation and guides. Find comprehensive resources to programmatically perform tasks with the public API instead of the GUI. overview

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:

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

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 (self-hosted n8n only) 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. ///