Skip to content
FlowHubFluxonLab
HTTP Request
General Automationfree

Automate Audio/Video Transcription in Any Language with the New ElevenLabs Model

by philadapted from n8n official workflow galleryUpdated Aug 2026
RequiresHTTP RequestHTTP Request
Share Post Share
MaWhen clicking β€˜Test workflow’When clicking β€˜β€¦HRCreate Transcript1Create Transcri…RWRead/Write Files from DiskRead/Write File…12
1/5
STEPS Β· 2
Run manually by an operator

How it works πŸ—£οΈ> πŸ“– I set up this workflow to convert any audio or video file into structured text using the new ElevenLabs Scribe model, one of the best Speech-to-Text AIs, available in 99+ languages. This workflow integrates seamlessly with n8n and leverages the ElevenLabs Scribe API to: This workflow seamlessly integrates with n8n to: βœ… Upload audio/video files automatically βœ… Transcribe them with industry-leading accuracy in any language βœ… Export the text for further processing (summaries, subtitles, SEO content, etc.) πŸ‘‰ Try the new ElevenLabs Scribe model now: Convert speech to text instantly Business Cases πŸ”Ή Podcast Transcriptions – Convert podcast episodes into blog posts for SEO and accessibility πŸ”Ή YouTube Subtitles – Generate captions automatically for increased engagement πŸ”Ή Legal & Compliance – Accurately transcribe meetings, interviews, or customer calls πŸ”Ή E-learning – Turn lectures and webinars into structured course notes πŸ”Ή SEO & Content Marketing – Repurpose videos into articles, quotes, and social media content πŸ’‘ Boost your productivity with the new Scribe model β†’ Start with ElevenLabs Scribe Set up steps πŸš€ Quick & simple setup in n8n – Upload your file,

Tags

n8nreference-only
Connects
WHTTP Request
CategoryGeneral Automation
Triggermanual
Complexitysimple
Nodes3
AddedMar 7, 2025
W
free

Listen on new emails on a IMAP mailbox

Listen on new emails on a given IMAP mailbox. Converts the binary XML attachment to a stringified xmlproperty on the $data object and converts it to JSON. The Setnode could be replaced with Function nodes for example to do a conversion/mapping/transformation. The JSON is ultimately sent to a HTTP Endpoint via POST. This could be a starter for EDI purposes like receiving or transmitting XML data and conversion via JSON object property mapping.

by mail
W
free

Extract post titles from a blog

This workflow uses n8n to extract the names of all the posts from the Hackernoon homepage.

by amudhan
W
free

Create a new DigitalOcean Droplet

Uses a DigitalOcean Personal Access Token to create a new Droplet. Add your personal access token and change the parameters to create droplets of different sizes. You can also specify more options; refer the API docs

by amudhan