Recording API

Bridge the gap between video meetings and LLMs using one API.

One API forZoomGoogle MeetMicrosoft Teams
50+
Companies building on it
3
Meeting platforms, one API
< 5 min
From key to first bot
100%
Self-hostable
O bot é a ponte: ele entra na reunião de vídeo bruta de um lado e entrega transcrição estruturada, gravação, dados de participantes, chat e compartilhamento de tela para o seu aplicativo ou LLM do outro.
0+companies already use Meeting BaaS to automate their workflows.
AI notetakersSales intelligenceRevenue opsCompliance recordingCustomer success platformsRecruiting toolsClinical documentationMeeting analyticsCoaching platformsKnowledge bases
How it works

Uma requisição, seus dados de volta

Envie uma URL de reunião e o bot entra, grava e transcreve a chamada — seu backend recebe a gravação, a transcrição e os metadados de volta por meio de um webhook.

01

Send a meeting URL

One POST with the link, a bot name and your webhook. No SDK required — curl works.

02

The bot joins and records

It shows up as a participant on Zoom, Google Meet or Teams and captures audio, video and speaker metadata.

03

Your webhook fires

Recording, transcript and participant timeline land in your backend the moment the call ends.

A meeting URL becomes a bot that joins, captures and transcribes the call, then delivers the recording, transcript and metadata through a webhook
Quickstart

Com que rapidez você pode integrar 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.

Node.js - Node.js
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 Meeting BaaS

Por que os desenvolvedores escolhem o 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.

Square Stack

Multi-platform support

Unified API for Zoom, Meet and Teams. Customize names, avatars, and messages while accessing real-time metadata, recordings, and transcripts.

Video

Raw Audio & Video

Access raw audio and video recordings, including meeting transcripts, for seamless integration with your existing workflows.

Boxes

Easy Integration

Connect with your favorite tools and services through our extensive ecosystem of APIs, SDKs and MCP servers.

File Text

Full Transcription

Access full meeting transcripts with out-of-the-box meeting transcription powered by Gladia. Or use your own transcription service.

Gallery Thumbnails

Participant Metadata

Automatically identify and separate different speakers in the meeting, including timestamps for each speaker.

Workflow

Vertical SaaS

Embed meeting capabilities into your solution. Create analytical tools on customer interactions, AI meeting assistants for internal discussions and more.

Lock

Open Source Code

View, modify, and contribute to the codebase. We're always excited to see what you build with Meeting BaaS.

CPU

Self-hosting

Be in control of your data. Deploy on your own infrastructure when needed. Your data, your rules.

Chart Column

Advanced Analytics

Get deep insights into your bot's performance with comprehensive analytics, and reporting tools.

Pronto para produção

O que trava um lançamento, já resolvido

Dados de reunião são sensíveis e a infraestrutura de reuniões é crítica. Ambas são tratadas assim.

Projetado para cargas de trabalho em produção

Use a mesma API desde o primeiro bot até a escala de produção, com infraestrutura projetada para reuniões exigentes.

Mantenha os dados das reuniões no seu próprio S3

Disponível em todos os planos. Envie gravações, transcrições, trechos de áudio e logs para um armazenamento compatível com S3 que você controla, com o armazenamento temporário desativado por padrão.

Auto-hospedável, por completo

Implante o v2 dentro do seu próprio perímetro quando os dados não podem sair dele. Mesma API, mesmos SDKs, sua infraestrutura.

Empresa europeia, operação europeia

A Meeting BaaS é operada pela SAS SPOKE a partir de Paris, sob o GDPR, com residência de dados multizona no Enterprise.

Código aberto onde importa

Os bots, os SDKs e os servidores MCP são públicos. Leia o código antes de depender dele.

Suas chaves de transcrição

Traga sua chave da Gladia, Deepgram, AssemblyAI, Speechmatics ou Soniox e mantenha essa relação, e o preço dela, com você.

FAQ

O que as equipes perguntam antes de usar o Meeting BaaS?

Still have questions? Contact us

Meeting BaaS

Pronto para enviar bots de reunião sem construir a infraestrutura?

Join thousands of customers that use Meeting BaaS to create AI Meeting Assistants, customer interactions analytics, and much more. Start your journey today.

Meeting BaaS