Block 1 - Sticky Note - Overview
- Type / Role
- n8n-nodes-base.stickyNote - stickyNote
- Config choices
- Version 1
Quick overview Let visitors request a karaoke instrumental via an n8n form. The workflow validates the song URL, removes vocals with StemSplit AI, uploads the MP3 to Google Drive, and emails the re...
n8n-nodes-base.stickynote, n8n-nodes-base.formtrigger, n8n-nodes-base.set, n8n-nodes-base.if, n8n-nodes-stemsplit.stemsplit, n8n-nodes-base.httprequest, n8n-nodes-base.googledrive, n8n-nodes-base.gmail
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by StemSplit.
Original n8n.io sourceLet visitors request a karaoke instrumental via an n8n form. The workflow validates the song URL, removes vocals with StemSplit AI, uploads the MP3 to Google Drive, and emails the requester a download link—with automatic error emails for invalid URLs or low credits.
A visitor submits your public n8n form with email, song title, and a direct link to an audio file (MP3, WAV, or FLAC).
The workflow normalizes the fields and checks that the URL starts with https://.
StemSplit checks your credit balance, then runs AI stem separation and returns an instrumental MP3.
An HTTP Request downloads the file, Google Drive stores it, and Gmail emails the requester the Drive link.
Invalid URLs or insufficient credits trigger separate Gmail notifications so the requester knows what went wrong.
Connect a StemSplit API credential on both StemSplit nodes (create a key at stemsplit.io → Settings → API).
Connect Google Drive OAuth2 on the upload node and choose a folder, or keep the default root.
Connect Gmail OAuth2 on all three Gmail nodes (success, invalid URL, and low-credits paths).
Install n8n-nodes-stemsplit if needed (verified on n8n Cloud).
Activate the workflow and share the Form Trigger Production URL from the form node.
Form path: karaoke-instrumental-request (customize in the Form Trigger options). Supported inputs: MP3, WAV, FLAC, M4A, OGG, WEBM, AAC, WMA. StemSplit download URLs expire 1 hour after completion; files are removed after 14 days. Credits: 1 credit = 1 second of audio. Pay-as-you-go at stemsplit.io — no subscription required.
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Create instrumental tracks from song URLs with StemSplit |
|---|---|
| Complexity | advanced |
| Nodes | 18 |
| Categories | Content Creation, Multimodal AI |
| Author | StemSplit |
| Published | 02 Jun 2026 |
Use the JSON export at /data/workflows/16055/16055.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Quick overview Let visitors request a karaoke instrumental via an n8n form. The workflow validates the song URL, removes vocals with StemSplit AI, uploads the MP3 to Google Drive, and emails the re...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Content Creation, Multimodal AI use case.