> ## Documentation Index
> Fetch the complete documentation index at: https://docs.vued.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# API Overview

> Base URL, conventions, object model, and links into the generated API reference.

The Vued cloud API base URL is:

```text theme={null}
https://vued-office-api-dev.onrender.com/v1
```

Cloud requests use:

```http theme={null}
Authorization: Bearer <token>
```

## 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.

<Note>
  The generated endpoint pages document cloud routes. Decrypted transcript retrieval lives in the SDK/local desktop API because plaintext content is intentionally local-first.
</Note>
