Start with the SDK
Install
vued, authenticate with VUED_API_KEY, and search decrypted meeting memory through the desktop app.Explore the API
Review cloud endpoints for orgs, files, rooms, speakers, audio URLs, API keys, and webhooks.
Use local MCP
Connect coding agents to the unlocked desktop app for plaintext meeting search and transcript retrieval.
Maintain these docs
Use the Mintlify skill and MCP server to update this documentation as the API changes.
Access paths
| Path | Base | Best for |
|---|---|---|
| Cloud API | https://vued-office-api-dev.onrender.com/v1 | Auth, org discovery, metadata writes, signed audio URLs, API keys, and webhooks. |
| Python SDK | vued.Vued | A synchronous wrapper over the cloud API and local desktop plaintext methods. |
| Local desktop API | http://127.0.0.1:<discovered_port> | Decrypted meetings, transcripts, search, and file names from an unlocked desktop app. |
| Local MCP | vued mcp | Coding-agent tools for decrypted Vued memory. |
Cloud endpoints intentionally avoid returning plaintext transcript content. Use the Python SDK local methods, local desktop API, or local MCP when you need decrypted meeting text.