Common conventions
| Convention | Details |
|---|---|
| Timestamps | ISO UTC strings in responses. SDK timestamp filters accept ISO strings, epoch seconds, or epoch milliseconds. |
| Pagination | Pages return { "items": [], "next_cursor": null }. |
| Meeting type | manual for user-started meetings, automatic for surfaced ambient candidates. |
| Audio URLs | Short-lived signed URLs with retention metadata and suggested clip offsets where available. |
Response objects
The OpenAPI reference includes schemas for orgs, files, speakers, rooms, microphones, users, public API keys, webhooks, audio URL responses, and semantic search results.The generated endpoint pages document cloud routes. Decrypted transcript retrieval lives in the SDK/local desktop API because plaintext content is intentionally local-first.