AssemblyAI

AI API key

Transcribe audio, and run LeMUR questions over transcripts, with AssemblyAI from any Windmill script, flow or app.

Set up in 3 steps

1

Copy your API key

In the AssemblyAI dashboard, the API key is on the home page under your account.

2

Add the resource in Windmill

Open Resources, add a resource of type assemblyai, and paste the key.

3

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.

Resource type

assemblyai — the shape of the credential every script on this page expects.

View raw schema →
FieldTypeRequiredWhat it is
apiKeystringYesAPI 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.