Skip to main content
Vued deliberately separates cloud metadata operations from decrypted local content access.

Choose an access path

NeedUse
List orgs, create folders, manage rooms, create API keys, or configure webhooksCloud API or SDK cloud methods
Search decrypted transcript textSDK local methods or local MCP
Fetch full decrypted meeting transcript textclient.get_meeting() through the local desktop API
Download retained audioCloud signed audio URL helpers
Let a coding agent answer from Vued memoryvued mcp

Encrypted cloud responses

Cloud responses may include encrypted: true when encrypted fields remain. Unless X-Vued-Allow-Encrypted: true is sent, encrypted JSON responses fail with 424 EncryptedContent. Use local SDK methods or local MCP for plaintext meeting titles, transcripts, and file names.

Meeting types

ValueMeaning
manualUser-started meeting record.
automaticSurfaced ambient candidate.

Pagination

Paginated responses use:
{
  "items": [],
  "next_cursor": null
}
Last modified on June 29, 2026