End-to-end examples
End-to-end examples
Copy-paste pipelines that combine multiple AssemblyAI products in a single script.
End-to-end examples
Copy-paste pipelines that combine multiple AssemblyAI products in a single script.
Each example below is a self-contained script that wires together several AssemblyAI products into a working pipeline. Run one, see the polished output, and customize from there.
Every example uses placeholder API keys (YOUR_API_KEY). Replace them with your actual key from the AssemblyAI dashboard.
These pipelines transcribe an existing audio file, then enrich the transcript with Speech Understanding features and LLM Gateway analysis.
These pipelines use the Streaming STT API to transcribe audio in real time from a microphone, with optional LLM Gateway integration for live analysis.
Each pipeline above is a starting point. Here are common ways to build on them:
model parameter in LLM Gateway requests to use any of the 25+ supported models (Claude, GPT, Gemini, and more).