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 Generator (FLUX 2 Pro)",
"nodes": [
{
"parameters": {},
"id": "52c0a2b7-21c9-4a4f-ac02-57ec20d23f09",
"name": "When clicking Test",
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
240,
300
]
},
{
"parameters": {
"category": "textToImage",
"model": "flux-2-pro",
"prompt": "Minimalist geometric logo for a tech startup named 'NORTH'. Single solid color, flat design, isolated on white, perfectly centered, negative space hides an upward arrow. Vector style.",
"aspect_ratio": "1:1"
},
"id": "847c8732-7c17-465a-af4c-8ea0fa55eccc",
"name": "Logo",
"type": "n8n-nodes-muapi.muapiPredictor",
"typeVersion": 1,
"position": [
460,
300
],
"credentials": {
"muapiApi": {
"name": "<your credential>"
}
}
}
],
"connections": {
"When clicking Test": {
"main": [
[
{
"node": "Logo",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {
"executionOrder": "v1"
},
"versionId": "5b7cd7a6-c548-4fbb-b092-4264dd5c4dfd",
"id": "e99d763c-f25c-48e1-90ea-da2f125492e6",
"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 Generator (FLUX 2 Pro). Uses n8n-nodes-muapi. Event-driven trigger; 2 nodes.
Source: https://github.com/SamurAIGPT/n8n-nodes-muapi/blob/main/workflows/Skill_LogoGenerator.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.
fluxo-disparo-calenvo. Uses n8n-nodes-evolution-api. Webhook trigger; 3 nodes.
Startseiten-Anfragecheck - Live V1. Uses httpRequest, emailSend. Webhook trigger; 26 nodes.
Audit Funnel - Customer Journey Audit Runner V2. Uses httpRequest, openAi, emailSend. Webhook trigger; 38 nodes.
Export Wordpress Posts To Spreadsheet. Uses manualTrigger, wordpress, spreadsheetFile, writeBinaryFile. Event-driven trigger; 4 nodes.
Create Update And Get A Post In Ghost. Uses manualTrigger, ghost. Event-driven trigger; 4 nodes.