Tools
| 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-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('assemblyai', 'uploadFile', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'assemblyai',
input: { /* ... */ },
})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 tools programmatically.
What tools does AssemblyAI support?
AssemblyAI supports 14 tools 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 Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
How do I connect AssemblyAI to ChatGPT or Claude?
Open the Weavz connector setup, sign in, choose a workspace, and add AssemblyAI as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped AssemblyAI tools exposed by that workspace.
Does AssemblyAI work with Claude Code, Cursor, Codex, and local agents?
Yes. Remote and local MCP clients can connect to a Weavz MCP endpoint for the workspace. Local coding agents can also use the Weavz CLI to inspect apps, discover actions, run approved AssemblyAI work, and execute Code Mode workflows from a terminal.
What can I ask an AI agent to do with AssemblyAI?
AssemblyAI exposes 14 tools, including Upload File, Transcribe, Get Transcript, Get Transcript Sentences, Get Transcript Paragraphs, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.
Can AssemblyAI be used in stateful agent workflows?
Yes. Agents can combine AssemblyAI tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
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 20,000 free action executions every month. No credit card required.