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 Keyboard Keycap Art (Ideogram)",
"nodes": [
{
"parameters": {},
"id": "e90436fd-a741-4937-a40f-8b1e7ff069f1",
"name": "When clicking Test",
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
240,
300
]
},
{
"parameters": {
"category": "textToImage",
"model": "ideogram-v3",
"prompt": "Top-down photograph of pristine mechanical-keyboard keycaps arranged to spell 'HELLO WORLD' centered on a clean wooden desk, soft natural light, precisely aligned, real keycap legends.",
"aspect_ratio": "16:9"
},
"id": "e1008a24-b79b-4226-a6c4-78a191896eca",
"name": "KeyboardArt",
"type": "n8n-nodes-muapi.muapiPredictor",
"typeVersion": 1,
"position": [
460,
300
],
"credentials": {
"muapiApi": {
"name": "<your credential>"
}
}
}
],
"connections": {
"When clicking Test": {
"main": [
[
{
"node": "KeyboardArt",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {
"executionOrder": "v1"
},
"versionId": "f8c6e570-a480-4b83-b497-1a3f9154b6c5",
"id": "bd3d4bfd-7905-4da0-9c20-80ed8390dfdb",
"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 — Keyboard Keycap Art (Ideogram). Uses n8n-nodes-muapi. Event-driven trigger; 2 nodes.
Source: https://github.com/SamurAIGPT/n8n-nodes-muapi/blob/main/workflows/Skill_KeyboardArt.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.