{
  "name": "Generate AI music with the ElevenLabs API and upload to Google Drive",
  "nodes": [
    {
      "id": "e72aa5da-7b5f-4c46-b4c2-2f171f70a03f",
      "name": "AI Music Generator",
      "type": "n8n-nodes-base.formTrigger",
      "position": [
        -272,
        0
      ]
    },
    {
      "id": "fc22891a-e26a-43fa-bffb-0b029e3ee418",
      "name": "elevenlabs_api",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        160,
        0
      ]
    },
    {
      "id": "2e6e9dba-b11e-413e-88ec-c4deef4c8361",
      "name": "API Key",
      "type": "n8n-nodes-base.set",
      "position": [
        -64,
        0
      ]
    },
    {
      "id": "23e2e827-7b48-4197-a40b-6e0ed6aa185c",
      "name": "Upload mp3",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        368,
        0
      ]
    },
    {
      "id": "e38f054e-9c02-4e20-b13f-a3f4ecf14d04",
      "name": "prepare reponse",
      "type": "n8n-nodes-base.html",
      "position": [
        576,
        0
      ]
    },
    {
      "id": "ef672dce-9f01-43d1-8477-188994348e92",
      "name": "display mp3",
      "type": "n8n-nodes-base.form",
      "position": [
        784,
        0
      ]
    },
    {
      "id": "e01b0ca5-a41f-48c5-9c17-859f5aa8270b",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -272,
        -432
      ],
      "parameters": {
        "width": 560,
        "height": 400,
        "content": "## Generate music with the ElevenLabs API and upload to Google Drive\n\n### What it does\nThis workflow provides a simple web form to generate unique, AI-powered music tracks using the ElevenLabs API. En"
      }
    }
  ],
  "connections": {
    "API Key": {
      "main": [
        [
          {
            "node": "elevenlabs_api",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Upload mp3": {
      "main": [
        [
          {
            "node": "prepare reponse",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "elevenlabs_api": {
      "main": [
        [
          {
            "node": "Upload mp3",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "prepare reponse": {
      "main": [
        [
          {
            "node": "display mp3",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "AI Music Generator": {
      "main": [
        [
          {
            "node": "API Key",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}