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. | Retrieve a list of transcripts you created. Transcripts are sorted from newest to oldest. |
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. | Delete the data for a previously submitted LeMUR request. |
custom_api_callMake a custom API call to AssemblyAI. | Make a custom API call to AssemblyAI. |
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 3 meta-tools with on-demand API discovery for efficient agent access.
What authentication does AssemblyAI use?
AssemblyAI uses API Key. Weavz stores credentials securely and uses them for authorized action execution.
How much does the AssemblyAI integration cost?
The AssemblyAI integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
Connect AssemblyAI in minutes
Get 1,000 free actions every month. No credit card required.