Meeting Bots
Made Simple
Deploy AI-powered bots to record, transcribe, and analyze your meetings across Zoom, Google Meet, and Microsoft Teams. Get started in minutes with our powerful API.
Trusted by innovative teams at
MeetingBot is open source. You can contribute to it!
We provide a unified API for Zoom, Microsoft Teams, and Google Meet.
Work with video, audio, transcripts, and metadata.
Easily create bots and access data with a single REST API call.
Infrastructure is defined with Terraform, and deployable on AWS.
Use the dashboard to manage your bots, and view data visually.
We use AWS ECS to ensure that your bots can scale with your needs.
We're building MeetingBot with security as a top priority.
How It Works
Get started in three simple steps. No complex setup required.
1. Create a Bot
Use our simple API or dashboard to create a bot with your meeting URL and preferences.
const bot = await meetbot.create({
meetingUrl: "https://meet.google.com/abc-xyz",
botName: "Meeting Assistant",
recordingEnabled: true
});2. Bot Joins Meeting
Our bot automatically joins your meeting, records audio/video, and captures transcriptions in real-time.
// Bot status updates via webhook
{
"event": "BOT_JOINED",
"botId": "bot_123",
"participants": ["Alice", "Bob"]
}3. Access Your Data
Download recordings, get speaker-labeled transcriptions, and integrate with your favorite tools.
const recording = await meetbot.getRecording(botId);
const transcript = await meetbot.getTranscription(botId);
// {
// "speakers": [
// { "name": "Alice", "text": "..." },
// { "name": "Bob", "text": "..." }
// ]
// }Simple, Transparent Pricing
Start free and scale as you grow. No hidden fees.
Starter
Perfect for getting started with meeting bots
- 5 bots per month
- 2 hours recording per bot
- Basic transcription
- 7-day storage
- Community support
Pro
For teams that need more power and flexibility
- Unlimited bots
- Unlimited recording time
- Speaker-labeled transcription
- 30-day storage
- Webhook notifications
- Priority support
- Custom bot names & avatars
Enterprise
For large organizations with specific requirements
- Everything in Pro
- Unlimited storage
- Custom SLA
- Dedicated support
- On-premise deployment
- SSO & SAML
- Custom integrations
Loved by Developers
See what teams are saying about MeetBot
“MeetBot has transformed how we handle meeting recordings. The API is incredibly simple, and the transcription quality is outstanding.”
“We've tried several meeting bot APIs, but MeetBot's reliability and ease of integration made it the clear winner for our team.”
“The speaker-labeled transcriptions save us hours of work every week. It's like having a perfect assistant in every meeting.”
Ready to Get Started?
Join thousands of developers who are building the future of meeting automation. Start free, no credit card required.