Get your API key
Sign up and get your API key from the Vexa Cloud dashboard.
Send a bot to a meeting
- Google Meet
- Microsoft Teams
- Zoom
Extract the meeting code from the URL:
https://meet.google.com/abc-defg-hij -> abc-defg-hij(Recommended) Configure a webhook for completion
Webhooks are the easiest way to know when post-meeting artifacts are ready.
- Webhook guide: Webhooks
- Local dev tunneling: Local webhook development
Fetch the transcript (and recording metadata, if present)
segments[]: transcript segments withstart_time/end_timerecordings[](optional): recording +media_files[]for playback/download
Next Steps
- Live streaming: WebSocket guide
- Post-meeting recording & playback: Recordings API + Recording storage
- Delete/anonymize: Meetings API (and read: Errors and retries)
- Self-hosted deployment: Self-hosted quickstart