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 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.