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": "MuAPI \u2014 Brochure (Cover + Spread)",
"nodes": [
{
"parameters": {},
"id": "7c3c9056-6101-4c08-a2f7-9020d9f13347",
"name": "When clicking Test",
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
240,
300
]
},
{
"parameters": {
"category": "textToImage",
"model": "seedream-v4.5",
"prompt": "Brochure cover for a coastal real-estate brand \u2014 large hero photo of an ocean villa at sunset, brand name 'AZURE STAYS' set in elegant serif at the bottom, premium magazine layout.",
"aspect_ratio": "3:4"
},
"id": "14634216-c22c-4830-a606-9481ca227657",
"name": "Cover",
"type": "n8n-nodes-muapi.muapiPredictor",
"typeVersion": 1,
"position": [
460,
300
],
"credentials": {
"muapiApi": {
"name": "<your credential>"
}
}
},
{
"parameters": {
"category": "textToImage",
"model": "seedream-v4.5",
"prompt": "Brochure inner spread (landscape), two pages, left page: full-bleed lifestyle photo. Right page: paragraph copy block, headline, three small spot photos. Same brand palette.",
"aspect_ratio": "16:9"
},
"id": "0ebd56b0-e036-4600-a7e1-ed8bdb01483d",
"name": "Spread",
"type": "n8n-nodes-muapi.muapiPredictor",
"typeVersion": 1,
"position": [
720,
300
],
"credentials": {
"muapiApi": {
"name": "<your credential>"
}
}
}
],
"connections": {
"When clicking Test": {
"main": [
[
{
"node": "Cover",
"type": "main",
"index": 0
},
{
"node": "Spread",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {
"executionOrder": "v1"
},
"versionId": "a084eeec-ba8d-44b0-9d56-393811e43fe8",
"id": "dcaa2604-e51e-48e8-ab7e-4defcc16edeb",
"meta": {
"templateCredsSetupCompleted": false
},
"tags": [
"muapi",
"starter",
"skill"
]
}
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
muapiApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
MuAPI — Brochure (Cover + Spread). Uses n8n-nodes-muapi. Event-driven trigger; 3 nodes.
Source: https://github.com/SamurAIGPT/n8n-nodes-muapi/blob/main/workflows/Skill_Brochure.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.
MuAPI — Brand Kit (Logo + Palette + Type). Uses n8n-nodes-muapi. Event-driven trigger; 4 nodes.
MuAPI — Character Story Video. Uses n8n-nodes-muapi. Event-driven trigger; 4 nodes.
MuAPI — Design Guide (Palette + Type + Components). Uses n8n-nodes-muapi. Event-driven trigger; 4 nodes.
MuAPI — Multi-Angle Product Shots (3 angles). Uses n8n-nodes-muapi. Event-driven trigger; 4 nodes.
MuAPI — 3D Logo Animation (Edit + Veo). Uses n8n-nodes-muapi. Event-driven trigger; 3 nodes.