How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

How to get transcripts from Microsoft Teams programmatically

calendar_today June 16, 2026 person Joy Harjanto domain recall-ai

This tutorial covers three methods for programmatically retrieving Microsoft Teams transcripts: Recall.ai’s Meeting Bot API (real-time and async with speaker diarization and word-level timestamps), the Desktop Recording SDK (on-device, botless), and Microsoft’s native Cloud Recording API (async only, requiring organizer permissions). The walkthrough uses Node.js with ngrok to deploy a bot, retrieve async transcripts via webhooks, and configure real-time transcription streams.

open_in_new Read original post