Appearance
For clean Markdown of any page, append .md to the page URL. For a complete documentation index, see For full documentation content, see For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at
Integrate Make with AssemblyAI
Use our Make (formerly Integromat) app to use AssemblyAI's speech AI in your Make scenarios.
For the complete documentation index, see llms.txtMake (formerly Integromat) is a workflow automation tool that lets you integrate various services together without requiring coding knowledge.With the AssemblyAI app for Make, you can use our AI models to process audio data by transcribing it with speech recognition models, analyzing it with speech understanding models, and building generative features on top of it with LLMs. You can supply audio to the AssemblyAI app and connect the output of our models to other services in your Make scenarios.## QuickstartCreate or edit a scenario in Make. Add a new module, search for AssemblyAI, and select the module that you want to use.!Search for AssemblyAI modules in MakeSelect the module that you want to use.!Add an AssemblyAI module in MakeCreate a new connection or select an existing one. In AssemblyAI API Key, enter the API key from your AssemblyAI dashboard, and click Save.!Create a connection to AssemblyAI in MakeFinally, configure your AssemblyAI module. Continue reading to learn more about all the available modules.!Configure an AssemblyAI module in Make## AssemblyAI app modulesThe AssemblyAI app for Make provides the following modules:### Files#### Upload a FileUpload an audio file to AssemblyAI so you can transcribe it. You can pass the
Upload URLoutput field to theAudio URLinput field of Transcribe an Audio File module.### Transcripts#### Transcribe an Audio FileTranscribe an audio file and wait until the transcript has completed or failed. Configure theAudio URLfield with the URL of the audio file you want to transcribe. TheAudio URLmust be accessible by AssemblyAI's servers. If you don't have a publicly accessible URL, you can use the Upload a File module to upload the audio file to AssemblyAI.If you don't want to wait until the transcript is ready, change theWait until Transcript is Readyparameter toNounder Show advanced settings.Configure your desired Speech Understanding models when you create the transcript. The results of the models will be included in the transcript output.#### Wait until Transcript is ReadyWait for an existing transcript to be ready. This module will complete when the status of the transcript changes to "completed" or "error".#### Watch for Transcript Ready NotificationCreate a webhook URL to receive a notification when a transcript is ready. When the transcript is ready, the webhook will be invoked with the transcript status and ID. The status will be "completed" or "error".#### Get a TranscriptRetrieve a transcript by ID.#### Get Paragraphs of a TranscriptRetrieve the paragraphs of a transcript.You can only invoke this module after the transcript is completed.#### Get Sentences of a TranscriptRetrieve the sentences of a transcript.You can only invoke this module after the transcript is completed.#### Get Subtitles for a TranscriptCreate SRT or VTT subtitles for a transcript.You can only invoke this module after the transcript is completed.#### Get Redacted Audio of a TranscriptFirst, you need to configure PII audio redaction using these fields when you create the transcript:-Redact PII:Yes
Redact PII Audio:YesRedact PII Policies: Configure at least one PII policyThen, you can use this module to retrieve the redacted audio of the transcript.You can only invoke this module after the transcript is completed.#### Search for Words in a TranscriptSearch for words in a transcript.You can only invoke this module after the transcript is completed.#### List TranscriptsPaginate over all transcripts.#### Delete a TranscriptDelete 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.You can only invoke this module after the transcript status is "completed" or "error".### Other modules#### Make an API CallMake your own REST API HTTP requests to the AssemblyAI API using your existing connection.## Additional resourcesYou can learn more about using Make with AssemblyAI in these resources:- Iterate Over Speaker Labels in Make- Redact PII in Audio with Make and AssemblyAI
- Make Integration page for AssemblyAI
- AssemblyAI Make App Invitation Link