AutomationFlowsWeb Scraping › Voz Transcricao

Voz Transcricao

12-voz-transcricao. Uses httpRequest. Webhook trigger; 5 nodes.

Webhook trigger★★★★☆ complexity5 nodesHTTP Request
Web Scraping Trigger: Webhook Nodes: 5 Complexity: ★★★★☆ Added:

The workflow JSON

Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →

Download .json
{
  "name": "12-voz-transcricao",
  "nodes": [
    {
      "parameters": {},
      "name": "Receber \u00c1udio",
      "type": "n8n-nodes-base.webhook",
      "typeVersion": 1,
      "position": [
        200,
        300
      ],
      "path": "transcricao-audio",
      "httpMethod": "POST",
      "responseMode": "onReceived"
    },
    {
      "parameters": {
        "url": "https://api.evolution.com.br/download",
        "method": "GET",
        "jsonParameters": true,
        "queryParametersJson": "={ \"file\": \"{{ $json.audio_url }}\" }",
        "options": {}
      },
      "name": "Baixar \u00c1udio",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 1,
      "position": [
        400,
        300
      ]
    },
    {
      "parameters": {
        "requestMethod": "POST",
        "url": "https://api.openai.com/v1/audio/transcriptions",
        "authentication": "headerAuth",
        "sendBinaryData": true,
        "binaryPropertyName": "data",
        "options": {
          "headers": [
            {
              "name": "Authorization",
              "value": "Bearer {{ $env.OPENAI_API_KEY }}"
            }
          ]
        },
        "bodyContentType": "multipart-form-data",
        "bodyParameters": [
          {
            "name": "model",
            "value": "whisper-1"
          },
          {
            "name": "file",
            "value": "={{ $binary.data.fileName }}"
          }
        ]
      },
      "name": "Transcrever com Whisper",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 1,
      "position": [
        600,
        300
      ]
    },
    {
      "parameters": {
        "functionCode": "return [{ json: { texto: $json.text } }];"
      },
      "name": "Preparar Texto",
      "type": "n8n-nodes-base.function",
      "typeVersion": 1,
      "position": [
        800,
        300
      ]
    },
    {
      "parameters": {
        "functionCode": "// Aqui voc\u00ea conecta ao fluxo de IA principal\nreturn [{ json: { pergunta: $json.texto, telefone: $json.telefone } }];"
      },
      "name": "Encaminhar para IA",
      "type": "n8n-nodes-base.function",
      "typeVersion": 1,
      "position": [
        1000,
        300
      ]
    }
  ],
  "connections": {
    "Receber \u00c1udio": {
      "main": [
        [
          {
            "node": "Baixar \u00c1udio",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Baixar \u00c1udio": {
      "main": [
        [
          {
            "node": "Transcrever com Whisper",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Transcrever com Whisper": {
      "main": [
        [
          {
            "node": "Preparar Texto",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Preparar Texto": {
      "main": [
        [
          {
            "node": "Encaminhar para IA",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

12-voz-transcricao. Uses httpRequest. Webhook trigger; 5 nodes.

Source: https://github.com/siqueiramael/n8nmael/blob/37891b4f9f88a502c970e49790fb43c327d2333b/Fluxos/12-voz-transcricao.json — original creator credit. Request a take-down →

More Web Scraping workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

Web Scraping

This n8n template provides enterprise-level version control for your workflows using GitHub integration. Stop losing hours to broken workflows and manual exports – get proper commit history, visual di

n8n, Execute Workflow Trigger, HTTP Request +1
Web Scraping

This flow creates dummy files for every item added in your *Arrs (Radarr/Sonarr) with the tag .

HTTP Request, Ssh
Web Scraping

eek-Go v2 (Batch-Then-Review). Uses httpRequest. Webhook trigger; 75 nodes.

HTTP Request
Web Scraping

This workflow receives webhook requests from a content calendar and uses the X API v2 to publish text posts, threads, image/video posts, and polls, as well as delete existing posts and run a credentia

HTTP Request
Web Scraping

This workflow acts as a central API gateway for all technical indicator agents in the Binance Spot Market Quant AI system. It listens for incoming webhook requests and dynamically routes them to the c

HTTP Request