{
  "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
  }
}