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": "UseAPI - MiniMax Create Video",
"nodes": [
{
"parameters": {},
"id": "b8c9d0e1-0008-0008-0008-000000000001",
"name": "Manual Trigger",
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
240,
300
]
},
{
"parameters": {
"resource": "minimax",
"operation": "createVideo",
"model": "hailuo-02",
"prompt": "Ocean waves crashing on rocks",
"waitForCompletion": true
},
"id": "b8c9d0e1-0008-0008-0008-000000000002",
"name": "UseAPI",
"type": "n8n-nodes-useapi.useApi",
"typeVersion": 1,
"position": [
460,
300
],
"credentials": {
"useApiCredentialsApi": {
"name": "<your credential>"
}
}
},
{
"parameters": {},
"id": "b8c9d0e1-0008-0008-0008-000000000003",
"name": "NoOp",
"type": "n8n-nodes-base.noOp",
"typeVersion": 1,
"position": [
680,
300
]
}
],
"connections": {
"Manual Trigger": {
"main": [
[
{
"node": "UseAPI",
"type": "main",
"index": 0
}
]
]
},
"UseAPI": {
"main": [
[
{
"node": "NoOp",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {
"executionOrder": "v1"
},
"staticData": null,
"meta": {
"templateCredsSetupCompleted": true
}
}
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.
useApiCredentialsApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
UseAPI - MiniMax Create Video. Uses n8n-nodes-useapi. Event-driven trigger; 3 nodes.
Source: https://github.com/ArielleTolome/n8n-nodes-useapi/blob/main/examples/minimax-create-video.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.
UseAPI - PixVerse Create Video. Uses n8n-nodes-useapi. Event-driven trigger; 3 nodes.
UseAPI - Runway Generate Video. Uses n8n-nodes-useapi. Event-driven trigger; 3 nodes.
Protect Pdf With The Password Using Convertapi. Uses manualTrigger, readWriteFile, stickyNote, httpRequest. Event-driven trigger; 7 nodes.
Kb Tool Confluence Knowledge Base. Uses executeWorkflowTrigger, httpRequest, stickyNote. Event-driven trigger; 7 nodes.
N8N Español - Ejemplos. Uses manualTrigger, executeCommand. Event-driven trigger; 7 nodes.