vexa.aiAI tool

Vexa

Website: https://vexa.ai/

vexa.ai
Pricing plans

Detailed pricing plans are not available yet for this tool.

Detailed overview

v0.6 Now with Microsoft Teams supportMeeting Transcription APIReal Time meeting transcription for Microsoft Teams and Google Meet hidden behind a simple APIMicrosoft Teams+Google MeetQuick StartView on GitHubStarred by 1.5k+ developersLIVE12:27 AMBob Rodriguez:We need to prioritize security updates before the next release.12:27 AMDavid Wilson:The performance improvements we made last week are showing great results.12:27 AMAlice Chen:I think we should focus on improving our API response times first.12:27 AMBob Rodriguez:I think we should focus on improving our API response times first.12:27 AMDavid Wilson:Can we schedule a follow-up meeting to discuss the implementation details?12:27 AMCarol Kim:Processing...We need to prioritize security updates before the nextrelease.AI runs on data.Vexa is the API that plugs your AI into live meetings.TeamsMeetN8NVexa APIAuto-join botsBots that join your meetings automaticallyReal-time transcriptionSub-second latency for live transcriptsSimple APIPOST bot, then GET transcriptSaaS or Self Hosted?Start quickly with our hosted API or deploy on your own infrastructure for complete controlRecommended for StartupsReady to goStart with API key in minutesStart using Vexa in 5 minutes with a quick tutorial in your terminal.Cloud HostedAPI key in 3 clicksStarting from 12$/monthFree when you buildReliable and ScalableQuick StartEnterprise-readySelf Host Vexa Open SourceWhen data sovereignty is non-negotiable, self-host Vexa Open Source.Self Hosted and ManagedOpen Source (Apache 2.0)Compliance and regulationsFull Data SovereigntyView on GitHubNo vendor lock-in.You can start with the hosted service and switch to open source at any time.Simple APIPOST bot → GET transcripts. That's it.Start a bot and stream transcripts with two simple calls. Use WebSockets for sub-second latency, or REST if you prefer.POST botTest the API in 5 minutesGoogle MeetMicrosoft Teamscurl -X POST https://api.cloud.vexa.ai/bots \ -H "X-API-Key: YOUR_API_KEY" \ -d '{ "platform": "google_meet", "native_meeting_id": "abc-defg-hij" }'1) Create botcurl -X GET \ https://api.cloud.vexa.ai/transcripts/google_meet/abc-defg-hij \ -H "X-API-Key: YOUR_API_KEY"2) Get transcriptEnterprise-readySelf-host for total control.If parking years of company conversations on a third-party server is unacceptable, run Vexa on your infrastructure. Keep transcripts inside your network, choose your region, and integrate with internal systems.POST botOpen-source core (Apache-2.0)Deploy fast with Docker Compose or NomadOwn retention & keys logs stay in your infraRegions choose where data livesStart Self-Host GuideView on GitHubOpen Source & Community Driven1.5kStars150+ForksApache 2.0Open SourceMCP-readyMCP server includedUse MCP so agents can start/stop meeting bots and fetch or stream transcripts on demand. Works alongside your existing agent stack.Send bots via MCP tool callsStream or fetch transcripts as neededClaude Desktop today and other MCP-capable toolsMCP GuideExample ConfigGoogle Meet → N8NMeeting transcripts in n8n flowExplore N8N nodesGoogle Meet → MCPClaude is now your real-time meeting assistantConnect Claude to MCPGoogle Meet → APISimply POST bot, then GET transcriptTest the APIWe use cookies to enhance your browsing experience and analyze our traffic. By clicking "Accept All", you consent to our use of cookies. Learn moreCookie PreferencesReject AllAccept All --- API transcription for Google MeetMicrosoft Teams supported (v0.6). Hosted Open-source — self-host anytime - no lock-in. Zoom coming next.Unlimited minutesOpen-source (Apache-2)Teams + MeetPrefer full control? Self-host the open-source Vexa core at no license cost.Start free 1-hour trial in 2 clicksSimple concurrency pricing$12.00/mo per botTotal: $12.00/moBots = concurrent meetings. Minutes & meetings are unlimited.BotsLive total $12.00/mo1 bot1200Quick picks:135102050100200Change bots anytime—prorates instantly; reductions become credit.IncludesJoin up to 1 simultaneous meetingsUnlimited transcription & real-time translation (100+ languages)Regions: EU/US/APAC, 7-day rolling storage (configurable)Community support & DiscordSubscribe for 1 bot for $12.00/moCard required. Change bot count anytime—prorates instantly; reductions become credit.Enterprise — Dedicated Cloud or your VPCEnterprise> 50-bot fleets, regulated workloadsSame OSS code, fully managedContact TeamSpeak to FounderLinkedInSchedule a meetingSchedule 30-minOpen source, no lock-inApache-2 forever. Self-host for free.Same repo, same code. Hosted runs the OSS build.Switch anytime. No migrations needed.We never train on customer data.Built for products & automation (API)API & webhooks: stream transcripts/events in real timeRich metadata: speakers, timestamps, language, meeting IDsSend anywhere: pipelines, vector DBs, LLMs, n8n/ZapierReliability: auto-reconnect, backoff, idempotent deliveryRead the API docsPrivacy & Data-Stewardship PledgeYour transcripts are yours. Delete anytime.Encryption in transit and at rest.Retention control. Default 7-day rolling; configurable.No training on customer data.Deployment Services (Optional)Need zero-trust Vexa in your cloud? We deploy, harden, and operate the OSS code in AWS/GCP/Azure/Vultr.Talk to an engineer > 50-bot fleets, regulated workloads Same OSS code, fully managedFAQWhat limits apply?Only concurrency (bots). Minutes are unlimited.Can I change bots mid-cycle?Yes—prorated instantly; reductions become credit.Can I move between self-hosted and hosted?Anytime; same codebase.Is this really open-source?Yes—Apache-2; hosted runs the same repo.Which platforms are supported?Microsoft Teams & Google Meet (v0.6); Zoom coming next.Start transcribing via API for Google Meet today.Get StartedRead API docsContact salesWe use cookies to enhance your browsing experience and analyze our traffic. By clicking "Accept All", you consent to our use of cookies. Learn moreCookie PreferencesReject AllAccept AllVexa Pricing - Self-Hosted Transcription API | Free Tier --- Get Started with VexaFollow these steps to get your first transcription in under 5 minutes. Need help? Check out our tutorials and guides or view pricing plans.View on GitHub•n8n Integration Guide•MCP Setup GuideReset ProgressProgress0%1Get Your API KeyGet your API key to authenticate your requests to Vexa.ai.Get API KeyPaste your API key here:2Start a Google MeetComplete previous steps to unlockStart a new Google Meet session and copy the meeting URL.Start New Google MeetPaste your Google Meet URL here:3Start the BotComplete previous steps to unlockUse the following command to start a bot in your Google Meet:Please enter your API key and Google Meet URL firstRun this command in your terminal. The bot will request to join your meeting.3.1Let the Bot Join & Start SpeakingComplete previous steps to unlockWait for the bot: After running the command, wait for about 10 seconds for the bot to request entry to your meeting.Allow the bot to enter: Look for the "MyMeetingBot" join request in your Google Meet and click "Allow" to let the bot join.Start speaking: Start speaking in your meeting. The bot will listen and transcribe your speech.I've completed these steps4Get TranscriptionComplete previous steps to unlockAfter speaking for a few seconds, use this command to get the transcription:Please enter your API key and Google Meet URL first4.1Are Transcripts Coming Through?Complete previous steps to unlockAfter running the command, check if you can see your transcripts in the response.Yes, I see my transcriptsNo, I don't see transcripts6Stop the BotComplete previous steps to unlockWhen you're done, use this command to stop the bot:Please enter your API key and Google Meet URL firstWe use cookies to enhance your browsing experience and analyze our traffic. By clicking "Accept All", you consent to our use of cookies. Learn moreCookie PreferencesReject AllAccept AllGet Started with Vexa - Self-Hosted Transcription in 5 Minutes | Free Trial --- BlogLatest insights and updates from the Vexa teamGet Started Guide•View Pricing•GitHub RepositoryNo blog posts yet. Check back soon!We use cookies to enhance your browsing experience and analyze our traffic. By clicking "Accept All", you consent to our use of cookies. Learn moreCookie PreferencesReject AllAccept All