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": "Midjourney Imagine Example",
"nodes": [
{
"id": "b2c3d4e5-0001-4000-8000-000000000001",
"name": "Manual Trigger",
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
250,
300
],
"parameters": {}
},
{
"id": "b2c3d4e5-0002-4000-8000-000000000002",
"name": "UseAPI",
"type": "n8n-nodes-useapi.useApi",
"typeVersion": 1,
"position": [
500,
300
],
"parameters": {
"resource": "midjourney",
"operation": "imagine",
"prompt": "A futuristic city at night",
"waitForCompletion": true
},
"credentials": {
"useApiCredentials": {
"name": "<your credential>"
}
}
},
{
"id": "b2c3d4e5-0003-4000-8000-000000000003",
"name": "Output Result",
"type": "n8n-nodes-base.noOp",
"typeVersion": 1,
"position": [
750,
300
],
"parameters": {}
}
],
"connections": {
"Manual Trigger": {
"main": [
[
{
"node": "UseAPI",
"type": "main",
"index": 0
}
]
]
},
"UseAPI": {
"main": [
[
{
"node": "Output Result",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {
"executionOrder": "v1"
},
"versionId": "b2c3d4e5-0000-4000-8000-000000000000",
"meta": {
"templateCredsSetupCompleted": true
},
"tags": []
}
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.
useApiCredentials
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Midjourney Imagine Example. Uses n8n-nodes-useapi. Event-driven trigger; 3 nodes.
Source: https://github.com/ArielleTolome/n8n-nodes-useapi/blob/5164743be5be6dbe89b530b72294f896b8115a4a/examples/midjourney-imagine.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.
Report Examples Demo. Event-driven trigger; 7 nodes.
Google Sheets UI for n8n Workflow. Uses manualTrigger, stickyNote, splitInBatches, googleSheets. Event-driven trigger; 6 nodes.
Reusable and Independently Testable Sub-workflow. Uses executeWorkflowTrigger, manualTrigger, stickyNote. Event-driven trigger; 6 nodes.
example_1. Uses n8nTrainingCustomerDatastore. Event-driven trigger; 6 nodes.