Workflow: HTTP Readbinaryfile Automation

Workflow Details

Download Workflow
{
    "nodes": [
        {
            "name": "Read Binary File",
            "type": "n8n-nodes-base.readBinaryFile",
            "position": [
                450,
                300
            ],
            "parameters": {
                "filePath": "\/data\/demo1.wav"
            },
            "typeVersion": 1
        },
        {
            "name": "HTTP Request",
            "type": "n8n-nodes-base.httpRequest",
            "position": [
                650,
                300
            ],
            "parameters": {
                "url": "https:\/\/api.wit.ai\/speech?v=20200513",
                "options": {
                    "bodyContentType": "raw"
                },
                "requestMethod": "POST",
                "jsonParameters": true,
                "sendBinaryData": true,
                "headerParametersJson": "={{JSON.parse('{\"Authorization\":\"Bearer {your_token_goes_here}\", \"Content-Type\":\"audio\/wav\"}')}}"
            },
            "typeVersion": 1
        }
    ],
    "connections": {
        "Read Binary File": {
            "main": [
                [
                    {
                        "node": "HTTP Request",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        }
    }
}
Back to Workflows

Related Workflows

Streamline data from an n8n form into Google Sheet and Airtable
View
HTTP Googlebigquery Automation Scheduled
View
Example - Backup n8n to Nextcloud
View
Manual Postgres Automate Triggered
View
Receive updates from Telegram and send an image of a cocktail
View
📦 New Email ➔ Create Google Task
View
Code Strava Send Triggered
View
AI Voice Chat using Webhook, Memory Manager, OpenAI, Google Gemini & ElevenLabs
View
Code Schedule Import Scheduled
View
Get analytics of a website and store it Airtable
View