Meeting Bot API
for Zoom
Get the transcription, recording and meta-data
from Zoom, and at scale.
#!/bin/bash MEETING_URL=$1 API_KEY=$2 curl -X POST "https://meetingbaas.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", "entry_message": "Hello", "speech_to_text": "Gladia" "deduplication_key":"null", }'
Raw Video
Transcription and LLM Summaries
Metadata
Multiplatform Support
Calendar sync
Code Examples
Custom branding
GDPR
Compliance
Instantly
send your first bot.