AutomationFlowsGeneral › Convert Image to 3D Model with MuAPI

Convert Image to 3D Model with MuAPI

Original n8n title: Muapi — Image-to-3d (tripo3d P1)

MuAPI — Image-to-3D (Tripo3D P1). Uses n8n-nodes-muapi. Event-driven trigger; 2 nodes.

Event trigger★☆☆☆☆ complexity2 nodesN8N Nodes Muapi
General Trigger: Event Nodes: 2 Complexity: ★☆☆☆☆ Added:

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 →

Download .json
{
  "name": "MuAPI \u2014 Image-to-3D (Tripo3D P1)",
  "nodes": [
    {
      "parameters": {},
      "id": "94b01d4c-c0f0-40e2-aab5-e43bbc407d89",
      "name": "When clicking Test",
      "type": "n8n-nodes-base.manualTrigger",
      "typeVersion": 1,
      "position": [
        240,
        300
      ]
    },
    {
      "parameters": {
        "category": "imageTo3D",
        "model": "tripo3d-p1-image-to-3d",
        "threeD_prompt": "",
        "threeD_images_list": "https://example.com/ref.jpg"
      },
      "id": "f8d4876a-5e01-441e-b32c-9b7a86ace4eb",
      "name": "To3D",
      "type": "n8n-nodes-muapi.muapiPredictor",
      "typeVersion": 1,
      "position": [
        460,
        300
      ],
      "credentials": {
        "muapiApi": {
          "name": "<your credential>"
        }
      }
    }
  ],
  "connections": {
    "When clicking Test": {
      "main": [
        [
          {
            "node": "To3D",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "active": false,
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "777004b7-e2d0-48ce-8ede-d209ddda1733",
  "id": "55101deb-b64c-41c9-b6a8-c961e25dc87e",
  "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.

Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

MuAPI — Image-to-3D (Tripo3D P1). Uses n8n-nodes-muapi. Event-driven trigger; 2 nodes.

Source: https://github.com/SamurAIGPT/n8n-nodes-muapi/blob/main/workflows/Skill_ImageTo3D_Tripo.json — original creator credit. Request a take-down →

More General workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

General

Convert Docx From Url To Pdf Using Convertapi. Uses manualTrigger, httpRequest, readWriteFile, stickyNote. Event-driven trigger; 6 nodes.

HTTP Request, Read Write File
General

Preparing Data To Be Sent To A Service. Uses manualTrigger, stickyNote, googleSheets, n8nTrainingCustomerDatastore. Event-driven trigger; 6 nodes.

Google Sheets, N8N Training Customer Datastore
General

Extract Contracts to a Register. Uses n8n-nodes-iterationlayer. Event-driven trigger; 6 nodes.

N8N Nodes Iterationlayer
General

📄 Description: This workflow helps you migrate customer records directly from Odoo v15 to Odoo v18 without the need for manual exports or intermediate files.

Odoo
General

Convert Xlsx To Pdf Using Convertapi. Uses manualTrigger, readWriteFile, stickyNote, httpRequest. Event-driven trigger; 5 nodes.

Read Write File, HTTP Request