AssemblyAI

AssemblyAI provides speech-to-text transcription and audio intelligence APIs for uploaded and remotely hosted media.

9 actions Integration catalog
Request access
Connect AssemblyAI once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Delete Transcript ContentASSEMBLYAI_DELETE_TRANSCRIPT
Irreversibly delete a transcript's stored content. AssemblyAI retains a tombstone that later GET and list calls can still return, and those later responses may omit the is_deleted marker.
Export SubtitlesASSEMBLYAI_EXPORT_SUBTITLES
Export a completed transcript as raw SRT or WebVTT subtitle text.
Get Redacted AudioASSEMBLYAI_GET_REDACTED_AUDIO
Get the processing status and short-lived signed download URL for PII-redacted audio. The transcript must have been submitted with text and audio PII redaction enabled and at least one explicit redaction policy. Treat the returned URL as transient and do not log, cache, or persist it.
Get TranscriptASSEMBLYAI_GET_TRANSCRIPT
Retrieve an AssemblyAI transcript's current state and results, optionally waiting until asynchronous processing completes or fails.
Get Transcript SegmentsASSEMBLYAI_GET_TRANSCRIPT_SEGMENTS
Return sentence- or paragraph-level segments, timestamps, confidence, and words for a completed transcript.
List TranscriptsASSEMBLYAI_LIST_TRANSCRIPTS
List project transcripts from the last 90 days, newest first, with optional filters and a cursor for the next older page.
Search TranscriptASSEMBLYAI_SEARCH_TRANSCRIPT
Find words or phrases in a completed transcript and return occurrence counts and timestamps.
Submit TranscriptASSEMBLYAI_SUBMIT_TRANSCRIPT
Queue an asynchronous pre-recorded transcription from a reachable media URL. Returns immediately with the transcript ID and processing status; use GET_TRANSCRIPT to wait for results.
Upload MediaASSEMBLYAI_UPLOAD_MEDIA
Upload an audio or video file to AssemblyAI and return the project-private URL to use when submitting a transcript. AssemblyAI provides no API to delete this uploaded object; it remains subject to provider retention.