assemblyai Python SDKpipbeginner15 min

AssemblyAI + audio transcription agent

Real-time and batch audio transcription with AI features like speaker diarization, summarization, sentiment analysis for AI agents.

Prerequisites

  • Python installed
  • AssemblyAI account and API key
  • `pip install -U assemblyai`
  • audio file (local path
  • public URL
  • or binary data) in supported format (mp3
  • wav
  • m4a
  • etc.).

Further reading