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.

One request in, your data out
Send a meeting URL and the bot joins, records and transcribes the call — your backend gets the recording, transcript and metadata back through a webhook.

How fast can you integrate this morning
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.
import { createBaasClient } from "@meeting-baas/sdk";
// Create a v2 client
const client = createBaasClient({
api_key: "your-api-key", // Get yours at https://meetingbaas.com
api_version: "v2"
});
// Create a bot with type-safe error handling
const { success, data, error } = await client.createBot({
bot_name: "Meeting Assistant",
meeting_url: "https://meet.google.com/abc-def-ghi"
});
if (success) {
console.log("Bot created successfully:", data.bot_id);
} else {
console.error("Error creating bot:", error);
}Why do developers choose Meeting BaaS?
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.
What do teams ask before shipping with Meeting BaaS?
Still have questions? Contact us
Ready to ship meeting bots without building the plumbing?
Join thousands of customers that use Meeting BaaS to create AI Meeting Assistants, customer interactions analytics, and much more. Start your journey today.