Soniox transcription for your meeting bots

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

High-accuracy multilingual speech recognition — connect your Soniox key and get provider-native transcripts from every meeting.

Select Soniox with one field

Set the provider in transcription_config when creating the bot. Bring your own Soniox 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": "soniox",
             "api_key": "$SONIOX_API_KEY"
           }
         }'

How Soniox fits into Meeting BaaS

Provider-native output

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

Bring your own key

Pass your Soniox 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.

Soniox + 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