{
  "name": "Create custom ASMR sound effects with ElevenLabs API and Google Drive",
  "nodes": [
    {
      "id": "bd292bff-6196-49b5-8f52-d03a15697819",
      "name": "elevenlabs_api",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        160,
        0
      ]
    },
    {
      "id": "fa5aff1b-5bd2-4ec3-aacc-1587fca3ce81",
      "name": "API Key",
      "type": "n8n-nodes-base.set",
      "position": [
        -64,
        0
      ]
    },
    {
      "id": "ce19cd71-1634-4fa1-82bb-a5fb8b8ce655",
      "name": "Upload mp3",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        368,
        0
      ]
    },
    {
      "id": "4e741578-f6f1-47bb-abde-830a5e1b9326",
      "name": "prepare reponse",
      "type": "n8n-nodes-base.html",
      "position": [
        576,
        0
      ]
    },
    {
      "id": "466725ff-8098-4553-801b-59c41bfd3b14",
      "name": "display mp3",
      "type": "n8n-nodes-base.form",
      "position": [
        784,
        0
      ]
    },
    {
      "id": "59345580-a208-4161-b6cd-817606c0f799",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -272,
        -432
      ],
      "parameters": {
        "width": 560,
        "height": 400,
        "content": "## Generate ASMR with the ElevenLabs API and upload to Google Drive\n\n### What it does\nThis workflow provides a simple web form for an AI ASMR Generator using the ElevenLabs API. Enter a text descripti"
      }
    },
    {
      "id": "f0dd4985-085b-443f-bff8-803c7b8636a0",
      "name": "AI ASMR Generator",
      "type": "n8n-nodes-base.formTrigger",
      "position": [
        -272,
        0
      ]
    }
  ],
  "connections": {
    "API Key": {
      "main": [
        []
      ]
    },
    "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 ASMR Generator": {
      "main": [
        [
          {
            "node": "API Key",
            "type": "main",
            "index": 0
          },
          {
            "node": "elevenlabs_api",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}