Weavz
AssemblyAI

AssemblyAI

Transcribe and extract data from audio using AssemblyAI's Speech AI.

API KeyAI
14 tools
Use withChatGPTClaudeClaude CodeCursorCodexMCP clientsSetup guide

Tools

Name
uploadFile

Upload a media file to AssemblyAI's servers.

transcribe

Transcribe an audio or video file using AssemblyAI.

getTranscript

Retrieves a transcript by its ID.

getTranscriptSentences

Retrieve the sentences of the transcript by its ID.

getTranscriptParagraphs

Retrieve the paragraphs of the transcript by its ID.

getSubtitles

Export the transcript as SRT or VTT subtitles.

getRedactedAudio

Get the result of the redacted audio model.

wordSearch

Search through the transcript for keywords. You can search for individual words, numbers, or phrases containing up to five words or numbers.

listTranscripts

Retrieve a list of transcripts you created. Transcripts are sorted from newest to oldest.

deleteTranscript

Remove the data from the transcript and mark it as deleted.

lemurTask

Use the LeMUR task endpoint to input your own LLM prompt.

getLemurResponse

Retrieve a LeMUR response that was previously generated.

purgeLemurRequestData

Delete the data for a previously submitted LeMUR request.

custom_api_call

Make a custom API call to AssemblyAI.

Quick Start

TypeScript
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.