AssemblyAI
AssemblyAI provides speech-to-text transcription and audio intelligence APIs for uploaded and remotely hosted media.
Tools (9)
Delete Transcript Content
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.
Inputs: transcript_id
Export Subtitles
Export a completed transcript as raw SRT or WebVTT subtitle text.
Inputs: transcript_id, subtitle_format, chars_per_caption
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.
Inputs: transcript_id
Get Transcript
Retrieve an AssemblyAI transcript's current state and results, optionally waiting until asynchronous processing completes or fails.
Inputs: transcript_id, wait_for_completion, poll_timeout_seconds, poll_interval_seconds
Get Transcript Segments
Return sentence- or paragraph-level segments, timestamps, confidence, and words for a completed transcript.
Inputs: granularity, transcript_id
List Transcripts
List project transcripts from the last 90 days, newest first, with optional filters and a cursor for the next older page.
Inputs: limit, cursor, status, created_on
Search Transcript
Find words or phrases in a completed transcript and return occurrence counts and timestamps.
Inputs: terms, transcript_id
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.
Inputs: domain, webhook, language, audio_url, prompting, formatting, audio_range, temperature, intelligence, pii_redaction, speech_models, speech_threshold, speaker_detection
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.
Inputs: media_file, content_type