Skip to main content
This covers how to load audio (and video) transcripts as document objects from a file using the AssemblyAI API.

Usage

First, you’ll need to install the official AssemblyAI package:
npm
To use the loaders you need an AssemblyAI account and get your AssemblyAI API key from the dashboard. Then, configure the API key as the ASSEMBLYAI_API_KEY environment variable or the apiKey options parameter.
** info **
  • You can use the AudioTranscriptParagraphsLoader or AudioTranscriptSentencesLoader to split the transcript into paragraphs or sentences.
  • The audio parameter can be a URL, a local file path, a buffer, or a stream.
  • The audio can also be a video file. See the list of supported file types in the FAQ doc.
  • If you don’t pass in the apiKey option, the loader will use the ASSEMBLYAI_API_KEY environment variable.
  • You can add more properties in addition to audio. Find the full list of request parameters in the AssemblyAI API docs.
You can also use the AudioSubtitleLoader to get srt or vtt subtitles as a document.

Connect these docs to Claude, VSCode, and more via MCP for real-time answers.