Read our latest announcement
Meeting Bots As A Service
The developer API for programmatic access to meeting data across Zoom, Google Meet, and Microsoft Teams. Hosted and ready to use, with the option to self-host when you're ready.

50+ companies already use Meeting BaaS to automate their workflows.
Integrate this weekend
A simple API so that you can start recording meetings in minutes. It fits right into your code using SDKs, or directly with HTTP requests.
Node.js - Node.js
import { createBaasClient } from "@meeting-baas/sdk";
// Create a client
const client = createBaasClient({
api_key: "your-api-key", // Get yours at https://meetingbaas.com
});
// Join a meeting with type-safe error handling
const { success, data, error } = await client.joinMeeting({
bot_name: "Meeting Assistant",
meeting_url: "https://meet.google.com/abc-def-ghi",
reserved: true,
});
if (success) {
console.log("Bot joined successfully:", data.bot_id);
} else {
console.error("Error joining meeting:", error);
}
First-class developer experience
We're a team of engineers passionate about crafting tools for fellow developers. Meeting BaaS is the platform we always wanted, now we're building it for you.
Multi-platform support
Unified API for Zoom, Meet and Teams. Customize names, avatars, and messages while accessing real-time metadata, recordings, and transcripts.
Raw Audio & Video
Access raw audio and video recordings, including meeting transcripts, for seamless integration with your existing workflows.
Easy Integration
Connect with your favorite tools and services through our extensive ecosystem of APIs, SDKs and MCP servers.
Full Transcription
Access full meeting transcripts with out-of-the-box meeting transcription powered by Gladia. Or use your own transcription service.
Participant Metadata
Automatically identify and separate different speakers in the meeting, including timestamps for each speaker.
Vertical SaaS
Embed meeting capabilities into your solution. Create analytical tools on customer interactions, AI meeting assistants for internal discussions and more.
Open Source Code
View, modify, and contribute to the codebase. We're always excited to see what you build with Meeting BaaS.
Self-hosting
Be in control of your data. Deploy on your own infrastructure when needed. Your data, your rules.
Advanced Analytics
Get deep insights into your bot's performance with comprehensive analytics, and reporting tools.
Frequently Asked Questions
Still have questions? Contact us
Transform Your Business with Meeting BaaS
Join thousands of customers that use Meeting BaaS to create AI Meeting Assistants, customer interactions analytics, and much more. Start your journey today.