mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2026-03-28 18:08:41 +07:00
31 lines
703 B
Markdown
31 lines
703 B
Markdown
---
|
|
#https://www.notion.so/n8n/Frontmatter-432c2b8dff1f43d4b1c8d20075510fe4
|
|
template: api.html
|
|
hide:
|
|
- toc
|
|
- navigation
|
|
description: API reference for n8n's public REST API.
|
|
contentType: reference
|
|
---
|
|
|
|
|
|
<redoc
|
|
spec-url="/api/v1/openapi.yml"
|
|
disable-search
|
|
hide-hostname
|
|
theme='{
|
|
"typography": {
|
|
"fontSize": "14px",
|
|
"lineHeight": "1.2em",
|
|
"fontFamily": "\"Open sans\", Helvetica, sans-serif",
|
|
"headings": {
|
|
"fontFamily": "\"Open sans\", Helvetica, sans-serif"
|
|
}
|
|
},
|
|
"sidebar": {
|
|
"backgroundColor": "#eaeaea",
|
|
"width": "280px"
|
|
}
|
|
}' />
|
|
<script src="https://cdn.redoc.ly/redoc/latest/bundles/redoc.standalone.js"> </script>
|