Changelog
Non-breaking additions (new optional fields, new endpoints, new format params, new error types) ship on v1 without notice. Breaking changes ship under /api/v2/*.
v1
2026-05-21
- v1 launched. Eight endpoints across sync transcripts, bulk jobs, resolve, and usage.
- Stable error envelope:
{ error: { type, message, details? }, request_id }. - Bearer token authentication with one active key per account.
- Per-plan rate limits and shared monthly quota across web and API.
- Idempotency-Key support on
POST /jobs.