Now supporting Microsoft Teams

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.

zoom icon
teams icon
meetingbot icon
meet icon

Trusted by innovative teams at

Acme Inc
TechCorp
StartupXYZ
DevStudio
Open Source

MeetingBot is open source. You can contribute to it!

Multiple Platforms

We provide a unified API for Zoom, Microsoft Teams, and Google Meet.

Multiple Types of Data

Work with video, audio, transcripts, and metadata.

API

Easily create bots and access data with a single REST API call.

Self Hosting

Infrastructure is defined with Terraform, and deployable on AWS.

Dashboard

Use the dashboard to manage your bots, and view data visually.

Scalable Infrastructure

We use AWS ECS to ensure that your bots can scale with your needs.

Secure

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

$0/month

Perfect for getting started with meeting bots

  • 5 bots per month
  • 2 hours recording per bot
  • Basic transcription
  • 7-day storage
  • Community support
Start Free
Most Popular

Pro

$49/month

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
Start Free Trial

Enterprise

Custom

For large organizations with specific requirements

  • Everything in Pro
  • Unlimited storage
  • Custom SLA
  • Dedicated support
  • On-premise deployment
  • SSO & SAML
  • Custom integrations
Contact Sales

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.
SC
Sarah Chen
CTO at TechStartup
We've tried several meeting bot APIs, but MeetBot's reliability and ease of integration made it the clear winner for our team.
MR
Michael Rodriguez
Engineering Lead at DevCorp
The speaker-labeled transcriptions save us hours of work every week. It's like having a perfect assistant in every meeting.
EW
Emily Watson
Product Manager at InnovateCo

Ready to Get Started?

Join thousands of developers who are building the future of meeting automation. Start free, no credit card required.