AssemblyAI transcription for your meeting bots

Send a bot into any Zoom, Google Meet or Microsoft Teams call and get the transcript processed by AssemblyAI — selected with one field in the request, delivered by webhook.

Speech-to-text with rich audio intelligence add-ons — keep your AssemblyAI pipeline and let the bot feed it meeting audio.

Select AssemblyAI with one field

Set the provider in transcription_config when creating the bot. Bring your own AssemblyAI API key to keep your existing account, vocabulary tuning and billing — or use the built-in Gladia default with no key at all.

curl -X POST "https://api.meetingbaas.com/v2/bots" \
     -H "Content-Type: application/json" \
     -H "x-meeting-baas-api-key: $API_KEY" \
     -d '{
           "meeting_url": "https://meet.google.com/abc-def-ghi",
           "bot_name": "Transcription Bot",
           "transcription_config": {
             "provider": "assemblyai",
             "api_key": "$ASSEMBLYAI_API_KEY"
           }
         }'

How AssemblyAI fits into Meeting BaaS

Provider-native output

When you select a non-default provider, the raw transcription artifact mirrors AssemblyAI's native response structure — your existing parsers keep working.

Bring your own key

Pass your AssemblyAI API key in transcription_config (0.05 tokens per hour on Pro and higher plans) and keep your provider relationship, custom models and negotiated rates.

Custom parameters

Forward provider-specific options through custom_params — language hints, custom vocabulary, regional endpoints — without waiting for Meeting BaaS to wrap them.

AssemblyAI + Meeting BaaS FAQ

Meeting BaaS

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.

Meeting BaaS