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 Logo + Monogram (Ideogram + Nano-Banana)",
"nodes": [
{
"parameters": {},
"id": "1458c4d1-1e12-44e4-bdc9-d177e3aad601",
"name": "When clicking Test",
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
240,
300
]
},
{
"parameters": {
"category": "textToImage",
"model": "ideogram-v3",
"prompt": "Wordmark logo reading 'AURORA' in clean geometric sans-serif. Monochromatic deep navy, flat vector, isolated on pure white.",
"aspect_ratio": "1:1"
},
"id": "18e278a7-f489-47d7-86c1-799736a823fc",
"name": "Logo",
"type": "n8n-nodes-muapi.muapiPredictor",
"typeVersion": 1,
"position": [
460,
300
],
"credentials": {
"muapiApi": {
"name": "<your credential>"
}
}
},
{
"parameters": {
"category": "textToImage",
"model": "nano-banana-pro",
"prompt": "Monogram of the letter 'A' as a geometric lockup, single color, flat vector, isolated white background, centered, scalable.",
"aspect_ratio": "1:1"
},
"id": "8ddfb564-bf5e-455c-ab1b-f5ca3d756170",
"name": "Monogram",
"type": "n8n-nodes-muapi.muapiPredictor",
"typeVersion": 1,
"position": [
720,
300
],
"credentials": {
"muapiApi": {
"name": "<your credential>"
}
}
}
],
"connections": {
"When clicking Test": {
"main": [
[
{
"node": "Logo",
"type": "main",
"index": 0
},
{
"node": "Monogram",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {
"executionOrder": "v1"
},
"versionId": "b16c15f7-eb5a-479c-9a04-b8d8da6f3ba8",
"id": "4d35f9ea-53ce-4792-9c36-58d077e28784",
"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 — Logo + Monogram (Ideogram + Nano-Banana). Uses n8n-nodes-muapi. Event-driven trigger; 3 nodes.
Source: https://github.com/SamurAIGPT/n8n-nodes-muapi/blob/main/workflows/Skill_LogoBranding.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.