{
  "name": "Personal assistant - transcribe audio",
  "nodes": [
    {
      "parameters": {
        "resource": "audio",
        "operation": "transcribe",
        "binaryPropertyName": "file",
        "options": {}
      },
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "typeVersion": 1.8,
      "position": [
        -1472,
        0
      ],
      "id": "e614bd1b-64cb-4814-823b-856bc4243038",
      "name": "Transcribe a recording",
      "credentials": {
        "openAiApi": {
          "id": "1QLx72TaCzDmRXnA",
          "name": "OpenAi for kacper.dulik"
        }
      }
    },
    {
      "parameters": {
        "respondWith": "text",
        "responseBody": "={{ $json.text }}",
        "options": {}
      },
      "type": "n8n-nodes-base.respondToWebhook",
      "typeVersion": 1.4,
      "position": [
        -1248,
        0
      ],
      "id": "a29b2e11-733d-4de1-9aa0-0730516b279d",
      "name": "Respond to Webhook1"
    },
    {
      "parameters": {
        "httpMethod": "POST",
        "path": "b19bc47b-8eef-4685-a567-0b38bf2a63b8",
        "responseMode": "responseNode",
        "options": {}
      },
      "type": "n8n-nodes-base.webhook",
      "typeVersion": 2.1,
      "position": [
        -1696,
        0
      ],
      "id": "8cb7f084-8a7f-440f-9c01-942f0129405d",
      "name": "Webhook",
      "webhookId": "c7d406d5-9bc5-48cb-97b4-4b8efe66d406"
    }
  ],
  "pinData": {},
  "connections": {
    "Transcribe a recording": {
      "main": [
        [
          {
            "node": "Respond to Webhook1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Webhook": {
      "main": [
        [
          {
            "node": "Transcribe a recording",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "active": false,
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "72e1f40a-75fe-41c9-a444-2b748cd230ba",
  "meta": {
    "instanceId": "193a3b6f49823ab48385b130cdfd8cc8b212bd5ef677e2090d8a76b5cacd5db5"
  },
  "id": "r7ANncmFCSIlgqBQ",
  "tags": []
}