Skip to main content

Generate AI music with the ElevenLabs API and upload to Google Drive

Workflow preview

Workflow preview
100%
Generate AI music with the ElevenLabs API and upload to Google Drive preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

This generate unique AI powered music tracks using the ElevenLabs Music API. Enter a text description of the music you envision, and the workflow will compose...

Best for

  • Content Creation automation workflows
  • Multimodal AI automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.formtrigger, n8n-nodes-base.httprequest, n8n-nodes-base.set, n8n-nodes-base.googledrive, n8n-nodes-base.html, n8n-nodes-base.form, n8n-nodes-base.stickynote

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by phil.

Original n8n.io source

1.1 Workflow description

Title
Generate AI music with the ElevenLabs API and upload to Google Drive
Workflow name
Generate AI music with the ElevenLabs API and upload to Google Drive

This generate unique AI-powered music tracks using the ElevenLabs Music API.

Enter a text description of the music you envision, and the workflow will compose it, save the MP3 file to your Google Drive, and instantly provide a link to listen to your creation.

It is a powerful tool for quickly producing background music, soundscapes, or musical ideas without any complex software.

Who's it for

This template is ideal for:

  • Content Creators: Generate royalty-free background music for videos, podcasts, and streams on the fly.
  • Musicians & Producers: Quickly brainstorm musical themes and ideas from a simple text prompt.
  • Developers & Hobbyists: Integrate AI music generation into projects or simply experiment with the capabilities of the ElevenLabs API.

How to set up

  1. Configure API Key:
    • Sign up for an ElevenLabs account and get your API key.
    • In the "API Key" node, replace the placeholder value with your actual ElevenLabs API key.
  2. Connect Google Drive:
    • Select the "Upload mp3" node.
    • Create new credentials to connect your Google Drive account.
  3. Activate the Workflow:
    • Save and activate the workflow.
    • Use the Form Trigger's production URL to access the AI Music Generator web form.

Requirements

How to customize this workflow

  • Change Storage: Replace the Google Drive node with another storage service node like Dropbox, AWS S3, or an FTP server to save your music elsewhere.
  • Modify Music Quality: In the "elevenlabs_api" node, you can change the output_format in the body to adjust the MP3 quality. Refer to the ElevenLabs API documentation for available options.
  • Customize Confirmation Page: Edit the "prepare reponse" node to change the design and text of the final page shown to the user.

.


Phil | Inforeole | Linkedin

🇫🇷 Contactez nous pour automatiser vos processus

1.2 Logical Blocks

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.

2. Block-by-Block Analysis

Block 1 - AI Music Generator

Type / Role
n8n-nodes-base.formTrigger - formTrigger
Config choices
Version 2.2

Block 2 - elevenlabs_api

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 3 - API Key

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 4 - Upload mp3

Type / Role
n8n-nodes-base.googleDrive - googleDrive
Config choices
Version 3

Block 5 - prepare reponse

Type / Role
n8n-nodes-base.html - html
Config choices
Version 1.2

Block 6 - display mp3

Type / Role
n8n-nodes-base.form - form
Config choices
Version 1

Block 7 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

3. Summary Table

Workflow Generate AI music with the ElevenLabs API and upload to Google Drive
Complexity intermediate
Nodes 7
Categories Content Creation, Multimodal AI
Author phil
Published 24 Aug 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/7793/7793.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

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.

Frequently asked questions

What does Generate AI music with the ElevenLabs API and upload to Google Drive do?

This generate unique AI powered music tracks using the ElevenLabs Music API. Enter a text description of the music you envision, and the workflow will compose...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

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.