Meeting Bot API
for Microsoft Teams
Get the transcription, recording and meta-data
from Microsoft Teams, and at scale.
#!/bin/bash
API_KEY=$1
MEETING_URL=$2
curl -X POST "https://api.oldmeetingbaas.com/bots" \
-H "Content-Type: application/json" \
-H "x-spoke-api-key: $API_KEY" \
-d '{
"meeting_url": "'"$MEETING_URL"'",
"reserved": false,
"bot_name": "My first bot",
"bot_image": "https://oldmeetingbaas.com/static/a7d46fd33668f28baa9cbf66005489f0/a6312/preview.png",
"entry_message": "Hello. I will be recording this meeting 🐟.",
"speech_to_text": "Gladia",
"deduplication_key":"null"
}'
"It just works, reliably. Powering Claap meeting recording under the hood."
- Robin Bonduelle, Claap CEO
- Robin Bonduelle, Claap CEO
Raw Video
Transcription and LLM Summaries
Metadata
Multiplatform Support
Calendar sync
Code Examples
Custom branding
Compliance
Instantly
send your first bot.
Open-Source