What is Meeting BaaS?
Meeting BaaS provides a unified API for Google Meet, Zoom, and Microsoft Teams so you can record and transcribe meetings through one service. By connecting Gladia STT, you leverage Gladia’s accurate, feature‑rich transcription for your meeting recordings without building the capture and RTC plumbing yourself.Looking for API details and options? See the Meeting BaaS docs:
docs.meetingbaas.com and the Gladia docs
docs.gladia.io.
Benefits of integration
- Single API for Multiple Platforms: Record and transcribe meetings from Google Meet, Zoom, and Microsoft Teams through one consistent API
- Advanced Transcription: Utilize Gladia’s accurate and feature-rich transcription service
- Instant Availability: Get video recordings and transcriptions immediately after meetings
- Custom Branding: Display your user’s branding with custom names and chat messages
- GDPR Compliance: Meeting BaaS provides a DPA and focuses on data minimization
What you can build
- Use the generated transcripts in your applications
- Set up webhook notifications for transcription events
- Explore LLM summaries and metadata extraction features
- Build custom interfaces using the provided transcription data
Quickstart via API
There are two main ways to use Gladia with Meeting BaaS.Create a bot with Gladia as the STT provider
When creating a bot to join a meeting, specify Gladia as the speech‑to‑text provider:Retranscribe an existing recording with Gladia
For existing recordings, use the Retranscribe Bot API to process audio with Gladia:Setup instructions
Prerequisites
- A Meeting BaaS account with an API key
- A Gladia account with an API key
Integration steps
-
Get your Gladia API key
- Sign up for a Gladia account if you don’t have one
- Navigate to your API keys section and copy your key
-
Create a Meeting BaaS bot with Gladia
- Use the API endpoint
/bots
with your Meeting BaaS API key - Set
"speech_to_text": "Gladia"
in your request body as shown in the example above
- Use the API endpoint
-
Retranscribe with Gladia
- Use the
/bots/retranscribe
endpoint - Provide your Gladia API key in the
speech_to_text.api_key
field - Set
"provider": "Gladia"
to specify Gladia as the transcription service
- Use the
Response handling
Upon successful integration, Meeting BaaS will return a response with status code 200 or 202, containing details about the transcription job.What’s next?
After integrating with Meeting BaaS, you can:- Use the generated transcripts in your applications
- Set up webhook notifications for transcription events
- Explore additional Meeting BaaS features like LLM summaries and metadata extraction
- Build custom interfaces using the provided transcription data