eavz
AssemblyAI

AssemblyAI

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

API KeyAI
14 actions

Actions

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. The previous URL always points to a page with older transcripts.

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. The LLM response data, as well as any context provided in the original request will be removed.

custom_api_call

Make a custom API call to a specific endpoint

Quick Start

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