Meetso public API
Programmatic access to your org's meetings, transcripts, and recordings.
The Meetso public API lets you pull meeting metadata, full transcripts, and recordings into your own systems — CRMs, data warehouses, internal tools, Slack bots — without scraping the dashboard.
This site is the canonical reference. Endpoint pages are generated from the same Zod schemas that power the live API — what you read here is what the server will return.
Where to start
- Quickstart — mint a key, send your first request, paginate.
- Authentication — Bearer tokens, scopes, key lifecycle.
- Pagination — the cursor model,
next_cursor, edge cases. - Errors — the eight error codes, what each means, what to do.
- Rate limits — sustained + burst windows, retry advice.
- Reference — every endpoint, request shape, response shape, "Try it" panel.
At a glance
- Base URL:
https://api.meetso.ai - Auth:
Authorization: Bearer mts_live_… - Errors: Stripe-style envelope with stable
error.code+error.request_id - Pagination: opaque cursor (
?cursor=…&limit=…) - Read-only in v1; writes (bot deploy) and webhooks come later