Enterprise ready

API for Real-Time Meeting Transcription

Meeting bots
Web/mobile streaming
Google Meet Logo
Zoom Logo
Microsoft Teams Logo

Simple API Integration

Set up and running in under 5 minutes

POST /v1/bots
request
curl -X POST https://gateway.dev.vexa.ai   -d '{
    "platform": "google_meet",
    "native_meeting_id": "abc-defg-hij",
    "bot_name": "MyMeetingBot"
  }'
GET /v1/transcripts/{meeting_id}
response
{
  "data": {
    "meeting_id": "meet_abc123",
    "transcripts": [
      {
        "time": "00:01:15",
        "speaker": "John Smith",
        "text": "Let's discuss the quarterly results."
      },
      {
        "time": "00:01:23",
        "speaker": "Sarah Johnson",
        "text": "The Q3 revenue exceeded our projections by 15%."
      },
      {
        "time": "00:01:42",
        "speaker": "Michael Chen",
        "text": "Customer acquisition costs decreased by 12% from last quarter."
      }
    ]
  }
}

Open Source

Fully open source and community-driven development. Customize, extend, and contribute to the project.

Star us on GitHub

Invisible Latency

Real-time transcription with imperceptible delay, keeping your conversations flowing naturally without interruption.

99 Languages Supported

Comprehensive language coverage with high-quality transcription for meetings in virtually any language.

Real-Time Translation

Seamless translation between any language pair in real-time, breaking down communication barriers instantly.

Ready to get started?

From signup to your first API call in just 5 minutes. Start transcribing meetings today.