The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"name": "Seiton Brain \u2014 Capture via API",
"nodes": [
{
"parameters": {},
"id": "a1b2c3d4-1111-4000-8000-000000000001",
"name": "Manual Trigger",
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
240,
300
]
},
{
"parameters": {
"mode": "manual",
"duplicateItem": false,
"assignments": {
"assignments": [
{
"id": "b2c3d4e5-2222-4000-8000-000000000002",
"name": "text",
"value": "Neue Idee: Portfolio-Website mit n8n-Integration dokumentieren",
"type": "string"
}
]
},
"options": {}
},
"id": "b2c3d4e5-2222-4000-8000-000000000002",
"name": "Beispiel-Text",
"type": "n8n-nodes-base.set",
"typeVersion": 3.4,
"position": [
460,
300
]
},
{
"parameters": {
"method": "POST",
"url": "http://host.docker.internal:8000/v1/capture",
"sendHeaders": true,
"headerParameters": {
"parameters": [
{
"name": "X-Seiton-Api-Key",
"value": "REPLACE_WITH_SEITON_API_KEY"
}
]
},
"sendBody": true,
"contentType": "json",
"specifyBody": "json",
"jsonBody": "={\n \"text\": \"{{ $json.text }}\"\n}",
"options": {}
},
"id": "c3d4e5f6-3333-4000-8000-000000000003",
"name": "Seiton Capture",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.2,
"position": [
680,
300
]
},
{
"parameters": {
"content": "## Seiton Brain E14-1\n\nErsetze `REPLACE_WITH_SEITON_API_KEY` und passe die Base-URL an.\n\nDoku: examples/n8n/README.md",
"height": 180,
"width": 320
},
"id": "d4e5f6a7-4444-4000-8000-000000000004",
"name": "Sticky Note",
"type": "n8n-nodes-base.stickyNote",
"typeVersion": 1,
"position": [
220,
80
]
}
],
"connections": {
"Manual Trigger": {
"main": [
[
{
"node": "Beispiel-Text",
"type": "main",
"index": 0
}
]
]
},
"Beispiel-Text": {
"main": [
[
{
"node": "Seiton Capture",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {
"executionOrder": "v1"
},
"versionId": "e14-01-capture-via-api",
"meta": {
"templateCredsSetupCompleted": false
},
"tags": [
{
"name": "seiton-brain"
}
]
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Seiton Brain — Capture via API. Uses httpRequest. Event-driven trigger; 4 nodes.
Source: https://github.com/LeekiGitHub/Seiton-Brain/blob/082a54cb108efbc52cf2f8a647b23a161099fce6/examples/n8n/01-capture-via-api.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Manualtrigger Workflow. Uses httpRequest, shopify. Event-driven trigger; 13 nodes.
front. Uses n8n-nodes-wts, httpRequest. Event-driven trigger; 12 nodes.
Community Node Disclaimer: This workflow uses KlickTipp community nodes.
Restore your credentials from GitHub. Uses httpRequest, github, n8n. Event-driven trigger; 11 nodes.
This workflow takes an image URL and a description of the desired background, then uses the APImage AI API to produce a high-quality image, preserving the subject and applying a natural-looking new ba