Skip to main content
The Vued cloud API base URL is:
https://vued-office-api-dev.onrender.com/v1
Cloud requests use:
Authorization: Bearer <token>

Common conventions

ConventionDetails
TimestampsISO UTC strings in responses. SDK timestamp filters accept ISO strings, epoch seconds, or epoch milliseconds.
PaginationPages return { "items": [], "next_cursor": null }.
Meeting typemanual for user-started meetings, automatic for surfaced ambient candidates.
Audio URLsShort-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.
Last modified on June 29, 2026