Automated Audio Transcription with Eleven Labs
detail.loadingPreview
This n8n workflow automates the transcription of audio files using the Eleven Labs Speech-to-Text API. It reads an audio file from disk and sends it to Eleven Labs for conversion into text.
About This Workflow
Leverage the power of n8n and Eleven Labs to effortlessly transform your audio content into text. This workflow is designed to streamline your transcription process, saving you valuable time and resources. It begins by reading an audio file (e.g., an MP4) directly from your disk. This audio data is then securely sent to the Eleven Labs Speech-to-Text API, utilizing their advanced scribe_v1 model. The result is an accurate and efficient text transcription of your audio, ready for further use in your projects.
Key Features
- Automated Audio Reading: Seamlessly reads audio files from your local disk.
- Eleven Labs Integration: Utilizes the robust Eleven Labs Speech-to-Text API for high-quality transcription.
- Advanced Model Support: Leverages the
scribe_v1model for optimized transcription accuracy. - Manual Trigger for Control: Start the transcription process with a simple click, offering control over execution.
How To Use
- Set up the Manual Trigger: Configure the 'When clicking ‘Test workflow’’ node to initiate the workflow.
- Configure File Reading: In the 'Read/Write Files from Disk' node, specify the exact path to your audio file in the 'File Selector' field (e.g.,
/files/tmp/tst1.mp4). - Connect to Eleven Labs: Add and configure the 'Create Transcript1' node (n8n-nodes-base.httpRequest).
- Set the URL to
https://api.elevenlabs.io/v1/speech-to-text. - Ensure the Method is set to
POST. - Set 'Content Type' to
multipart/form-data. - In 'Body Parameters', add a parameter named
filewith 'Parameter Type' asformBinaryDataand 'Input Data Field Name' asdata. Add another parameter namedmodel_idwith a value ofscribe_v1. - Configure your Eleven Labs API key under 'Generic Authentication' (HTTP Custom Auth).
- Set the URL to
Apps Used
Workflow JSON
{
"id": "ce2946c8-d4ad-40b4-bb5e-e93bdb40a3f4",
"name": "Automated Audio Transcription with Eleven Labs",
"nodes": 9,
"category": "Operations",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: ce2946c8-d4ad...
About the Author
Free n8n Workflows Official
System Admin
The official repository for verified enterprise-grade workflows.
Statistics
Related Workflows
Discover more workflows you might like
Universal CSV to JSON API Converter
Effortlessly transform CSV data into structured JSON with this versatile n8n workflow. Integrate it into any application as a custom API endpoint, supporting various input methods including file uploads and raw text.
Instant WooCommerce Order Notifications via Telegram
When a new order is placed on your WooCommerce store, instantly receive detailed notifications directly to your Telegram chat. Stay on top of your e-commerce operations with real-time alerts, including order specifics and a direct link to view the order.
On-Demand Microsoft SQL Query Execution
This workflow allows you to manually trigger and execute any SQL query against your Microsoft SQL Server database. Perfect for ad-hoc data lookups, administrative tasks, or quick tests, giving you direct control over your database operations.