AssemblyAI
AI API keyTranscribe audio, and run LeMUR questions over transcripts, with AssemblyAI from any Windmill script, flow or app.
Set up in 3 steps
Copy your API key
In the AssemblyAI dashboard, the API key is on the home page under your account.
Add the resource in Windmill
Open Resources, add a resource of type assemblyai, and paste the key.
Run your first script
Fork any script below and read before writing anything.
Scripts
Building blocks, if none of the projects above fit. Fork one, run it, or call it as a step inside your own flow.
Transcribe audio
Summarize a transcript using LeMUR
Search words in transcript
Run a task using LeMUR
Retrieve LeMUR response
Purge LeMUR request data
List transcripts
Get transcript
Get subtitles for transcript
Get sentences in transcript
Get redacted audio
Get paragraphs in transcript
Extract action items
Delete transcript
Create temporary authentication token for Streaming STT
Ask questions using LeMUR
Resource type
assemblyai — the shape of the credential every script on this page expects.
| Field | Type | Required | What it is |
|---|---|---|---|
| apiKey | string | Yes | API key retrieved from the dashboard. |
Questions
Transcription is asynchronous
Submitting audio returns an id, not a transcript. Poll it until it completes, or pass a webhook so a flow resumes when it is done.
It is billed per hour of audio
Every transcript draws on your balance. A flow that resubmits on failure can spend more than you expect.
Is my key stored on the hub?
Never. It lives only in your own Windmill workspace, encrypted at rest.