- Home
- Resources
- Integrations
- AssemblyAI
AssemblyAI Make integrationAutomate AssemblyAI with Make.
Got recordings piling up that nobody has time to type out? The AssemblyAI Make integration gives you 16 modules: one instant trigger, 14 actions and one search. This guide is for teams who live in calls, podcasts or interviews, and it walks you from connection to a working first scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What does the AssemblyAI Make integration let you automate?
The AssemblyAI Make integration links your AssemblyAI account to Make, a no-code tool where you build a scenario: a chain of modules that runs on its own. Each module is one brick (a trigger, an action or a search), so an audio file (a call, a podcast, an interview) can travel from the app that stores it to a transcript, the written text of that recording, then on to wherever your team reads it.
Subtitles without the typing. A video producer drops a file, Transcribe an Audio File turns it into text, and Get Subtitles for a Transcript hands back an SRT or VTT file ready for the editor.
Call notes nobody has to write. A sales team records its demos. Run a Task using LeMUR sends the transcript to a language model with your own instruction, for example a summary or the list of objections raised, and Make posts the answer where the reps work.
A keyword alarm on interviews. A research team wants to know which recordings mention a competitor or a product name. Search for Words in a Transcript scans a completed transcript for the words you list, and the result can feed a spreadsheet or a message.
The official documentation publishes no limits for this app, so plan around Make itself: on the Free plan, files stop at 5 MB, which a long recording can exceed. If your team already works in n8n, the AssemblyAI n8n integration covers the same app, and n8n vs Make lays out how the two tools differ. New to the editor? The Make training starts from zero.
How do you connect your AssemblyAI account to Make?
- 01
Add an AssemblyAI module
In your scenario, click the +, type AssemblyAI in the search box and pick any of its modules. Then click Create a connection. A connection is your account linked to Make once, and every AssemblyAI module reuses it.
- 02
Name the connection
This step is optional, but a clear name pays off later. If a colleague and you both link an AssemblyAI account, a name like "AssemblyAI podcast team" tells you at a glance which one a module is using.
- 03
Authorize and save
Follow what the window asks: either authorize Make on the AssemblyAI page, or paste the key your AssemblyAI account gives you. Click Save. The module now shows your account, and its fields can list what Make is allowed to read.
Your first scenario: turn a new recording into a transcript
GoalWhen a new audio file shows up in the app where your team stores recordings, Make sends it to AssemblyAI and brings the finished transcript back.
- 01
Create the scenario
From the Scenarios page, create a new scenario and click the +. Pick the trigger of the app that receives your recordings, such as a cloud storage folder or a form with a file field.
- 02
Add Upload a File
Click the + on the right of that first module, search AssemblyAI and choose Upload a File. Map the audio file from the first module. AssemblyAI keeps it private and removes it once the transcription is done.
- 03
Add Transcribe an Audio File
Add Transcribe an Audio File and map what Upload a File returned. The names suggest this link; check it with Run once. This module waits on its own until the transcript is completed or in error.
- 04
Test with Run once
Drop a short test recording in your source app, then click Run once. Each module shows the bundles it received (a bundle is one item passed along, here one file and then one transcript). Read the text before going further.
- 05
Schedule and switch on
If your first module is a scheduled trigger, open the clock on it: a new scenario checks every 15 minutes by default. Then switch the scenario on. Every module run counts as one operation on your Make plan.
What can start a scenario from AssemblyAI?
1 module starts a scenario when something happens in AssemblyAI. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by AssemblyAI as soon as it happens.
Watch for Transcript Ready Notification
Instant triggerIn Make“The notification when the transcript status is completed or error.”
This trigger starts your scenario the moment AssemblyAI has finished with a transcript, whether the job ended as completed or as an error. You get one bundle per finished transcript, ready to pass to the next module.
What can Make do in AssemblyAI?
AssemblyAI gives you 15 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Modules index
- Delete a Transcript
- Get a LeMUR Response
- Get a Transcript
- Get Paragraphs of a Transcript
- Get Redacted Audio of a Transcript
- Get Sentences of a Transcript
- Get Subtitles for a Transcript
- Make an API Call
- Purge a LeMUR Request
- Run a Task using LeMUR
- Search for Words in a Transcript
- Transcribe an Audio File
- Upload a File
- Wait until Transcript is Ready
- List Transcripts
Delete a Transcript
ActionIn Make“Deletes a transcript by ID. Deleting a transcript does not delete the transcript resource itself, but removes the data from the resource and marks it as deleted.”
Wipes the content of one transcript, found by its ID. The record stays in your account, flagged as deleted, but the text and data behind it are gone.
Get a LeMUR Response
ActionIn Make“Retrieves a LeMUR response that was previously generated.”
Fetches an answer LeMUR already produced, so you can reuse it without asking the language model again. You point it to the earlier request and get the stored output back.
Get a Transcript
ActionIn Make“Retrieves a transcript by ID.”
Pulls one existing transcript by its ID, with everything AssemblyAI holds for it. It is the plain way to bring text back into a scenario that did not create it.
Get Paragraphs of a Transcript
ActionIn Make“Retrieves all paragraphs of a transcript.”
Returns the transcript cut into paragraphs instead of one long block of text. Readers find a paragraphed interview far easier to skim.
Get Redacted Audio of a Transcript
ActionIn Make“Retrieves the redacted audio of the transcript.”
Retrieves the redacted version of the audio linked to a transcript, meaning the recording with the masked passages instead of the original file.
Get Sentences of a Transcript
ActionIn Make“Retrieves all sentences of a transcript.”
Hands back the transcript split sentence by sentence. Shorter units are easier to quote, to count or to send one by one into another tool.
Get Subtitles for a Transcript
ActionIn Make“Retrieves the transcript as SRT or VTT subtitles.”
Exports a finished transcript as a subtitle file, in SRT or VTT, the two formats video players and editing tools read.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Opens the whole AssemblyAI API to your scenario, reusing the same connection. It is the fallback when none of the ready-made modules covers the request you need.
Purge a LeMUR Request
ActionIn Make“Deletes the data for a previously submitted LeMUR request. Response data from the LLM, as well as any context provided in the original request will be removed.”
Erases the data of a past LeMUR request: the model's answer and the context you sent with the prompt both disappear.
Run a Task using LeMUR
ActionIn Make“Prompts an LLM with your transcripts using LeMUR.”
Sends your transcripts to a large language model through LeMUR, along with an instruction you write. You get back whatever you asked for: a summary, action items, a draft follow-up email.
Search for Words in a Transcript
ActionIn Make“Searches through a completed transcript for a specific set of keywords.”
Looks inside a completed transcript for a set of keywords you choose and reports what it found. Handy when the question is "was this said?" rather than "what was said?".
Transcribe an Audio File
ActionIn Make“Transcribes an audio file and waits until the transcript status is "completed" or "error".”
Does the core job: turns an audio file into a transcript and holds the scenario until the result is completed or in error. The next module receives finished text.
Upload a File
ActionIn Make“Uploads a file to AssemblyAI. The file will be private and removed after transcription.”
Sends a file from another app into AssemblyAI so it can be transcribed. The upload stays private and is removed after the transcription.
Wait until Transcript is Ready
ActionIn Make“Waits until the transcript status is either "completed" or "error".”
Pauses the scenario until a transcript you already started reaches completed or error. It adds patience to a flow, not transcription.
List Transcripts
SearchIn Make“Lists transcripts from your account.”
Returns the transcripts stored in your account, each one as its own bundle. It is a search, so the answer can be zero, one or many results.
Need help automating AssemblyAI with Make?
A person reads every message.