{
  "name": "KIE - Text to Speech with ElevenLabs",
  "nodes": [
    {
      "parameters": {},
      "id": "c3d4e5f6-0003-0003-0003-000000000001",
      "name": "Manual Trigger",
      "type": "n8n-nodes-base.manualTrigger",
      "typeVersion": 1,
      "position": [
        240,
        300
      ]
    },
    {
      "parameters": {
        "operation": "textToSpeech",
        "text": "Hello from n8n!",
        "voice": "Rachel",
        "model": "eleven_turbo_v2_5",
        "waitForCompletion": true
      },
      "id": "c3d4e5f6-0003-0003-0003-000000000002",
      "name": "ElevenLabs",
      "type": "n8n-nodes-kie.elevenLabs",
      "typeVersion": 1,
      "position": [
        460,
        300
      ],
      "credentials": {
        "kieApi": {
          "name": "<your credential>"
        }
      }
    },
    {
      "parameters": {},
      "id": "c3d4e5f6-0003-0003-0003-000000000003",
      "name": "NoOp",
      "type": "n8n-nodes-base.noOp",
      "typeVersion": 1,
      "position": [
        680,
        300
      ]
    }
  ],
  "connections": {
    "Manual Trigger": {
      "main": [
        [
          {
            "node": "ElevenLabs",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "ElevenLabs": {
      "main": [
        [
          {
            "node": "NoOp",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "settings": {
    "executionOrder": "v1"
  },
  "staticData": null,
  "meta": {
    "templateCredsSetupCompleted": true
  }
}