DOC - update n8n API (#2517)

This commit is contained in:
Ria Scholz
2024-09-30 19:43:41 +02:00
committed by GitHub
parent 25127c9467
commit 24c804fc10

View File

@@ -9,6 +9,10 @@ search:
# n8n public REST API
/// info | Feature availability
The n8n API isn't available during the free trial. Please upgrade to access this feature.
///
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:
* How to [authenticate](/api/authentication/)