Actions
| Name | Description |
|---|---|
uploadFileUpload a media file to AssemblyAI's servers. | Upload a media file to AssemblyAI's servers. |
transcribeTranscribe an audio or video file using AssemblyAI. | Transcribe an audio or video file using AssemblyAI. |
getTranscriptRetrieves a transcript by its ID. | Retrieves a transcript by its ID. |
getTranscriptSentencesRetrieve the sentences of the transcript by its ID. | Retrieve the sentences of the transcript by its ID. |
getTranscriptParagraphsRetrieve the paragraphs of the transcript by its ID. | Retrieve the paragraphs of the transcript by its ID. |
getSubtitlesExport the transcript as SRT or VTT subtitles. | Export the transcript as SRT or VTT subtitles. |
getRedactedAudioGet the result of the redacted audio model. | Get the result of the redacted audio model. |
wordSearchSearch through the transcript for keywords. You can search for individual words, numbers, or phrases containing up to five words or numbers. | Search through the transcript for keywords. You can search for individual words, numbers, or phrases containing up to five words or numbers. |
listTranscriptsRetrieve a list of transcripts you created. Transcripts are sorted from newest to oldest. The previous URL always points to a page with older transcripts. | Retrieve a list of transcripts you created. Transcripts are sorted from newest to oldest. The previous URL always points to a page with older transcripts. |
deleteTranscriptRemove the data from the transcript and mark it as deleted. | Remove the data from the transcript and mark it as deleted. |
lemurTaskUse the LeMUR task endpoint to input your own LLM prompt. | Use the LeMUR task endpoint to input your own LLM prompt. |
getLemurResponseRetrieve a LeMUR response that was previously generated. | Retrieve a LeMUR response that was previously generated. |
purgeLemurRequestDataDelete the data for a previously submitted LeMUR request. The LLM response data, as well as any context provided in the original request will be removed. | Delete the data for a previously submitted LeMUR request. The LLM response data, as well as any context provided in the original request will be removed. |
custom_api_callMake a custom API call to a specific endpoint | Make a custom API call to a specific endpoint |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'assemblyai',
actionName: 'uploadFile',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect AssemblyAI to my app?
Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.
What actions does AssemblyAI support?
AssemblyAI supports 14 actions including Upload File, Transcribe, Get Transcript, Get Transcript Sentences, Get Transcript Paragraphs, and more.
Can I use AssemblyAI with AI agents?
Yes. Add AssemblyAI to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.
What authentication does AssemblyAI use?
AssemblyAI uses API Key. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the AssemblyAI integration cost?
The AssemblyAI integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
Connect AssemblyAI in 2 minutes
Get 1,000 free actions every month. No credit card required.