Back to Nodes

WizCut

Last updated Jun 22, 2026

n8n community node for WizCut — AI-powered multicam podcast editing API

261 Weekly Downloads
713 Monthly Downloads

Included Nodes

WizCut
WizCut Trigger

Description

n8n-nodes-wizcut

n8n community node for WizCut — AI-powered multicam podcast editing.

WizCut automatically syncs, detects speakers, and cuts multicam podcast recordings. Upload your camera angles, confirm speaker mapping in the WizCut editor, and get a finished video back.

!WizCut

n8n is a fair-code licensed workflow automation platform.

Operations

WizCut Node

| Operation | Description |
|—|—|
| Create Job | Create a new editing job with source files. Returns upload URLs. |
| Get Job | Check the current status and details of a job. |
| Start Processing | Kick off audio sync and speaker detection. |
| Start Render | Render the final video (after speaker mapping is done in WizCut). |
| Approve | Mark a rendered video as approved. |

WizCut Trigger

Webhook-based trigger that starts your workflow when a job changes status:

| Event | When it fires |
|—|—|
| Mapping Ready | Speakers detected. Waiting for you to confirm mapping in the WizCut editor. |
| Cuts Ready | Speaker mapping confirmed and cuts generated. Ready for review or render. |
| Render Complete | Video rendering finished. |
| Approved | Rendered video approved for download. |

Typical workflow

1. Files land in Google Drive / Dropbox / S3
2. WizCut: Create Job — register sources, get presigned upload URLs
3. HTTP Request — upload files to the presigned URLs
4. WizCut: Start Processing — kicks off sync + speaker detection
5. WizCut Trigger receives mapping webhook — send a Slack/email with the review link
6. You confirm speaker mapping in the WizCut editor (takes ~30 seconds)
7. WizCut Trigger receives ready webhook — trigger render (or review cuts first)
8. WizCut: Start Render — render the final video
9. WizCut Trigger receives complete webhook — download, upload to YouTube, notify team

The human-in-the-loop step (speaker mapping) ensures your podcast always looks right. WizCut does the heavy lifting; you just confirm which camera shows which speaker.

Credentials

You need a WizCut API key. Get one at wizcut.com/settings.

API keys start with wclive.

Installation

Follow the n8n community nodes installation guide.

Search for n8n-nodes-wizcut in the community nodes panel, or install manually:

npm install n8n-nodes-wizcut

Resources