Documentation Index
Fetch the complete documentation index at: https://docs.auvy.ai/llms.txt
Use this file to discover all available pages before exploring further.
Meetings API
Meetings are versioned resource objects in the collaboration vertical. They share the same resource head, grep, search, and Vault browse substrate as other resource kinds.Meetings are brain-scoped. Send
X-Brain-Id, a brain_id query/body field, or configure SDK getBrainId.List Meetings
Create Meeting
| Field | Type | Required | Description |
|---|---|---|---|
title | string | Yes | Meeting title. |
description | string | No | Short description. |
body | object | No | Partial structured body: agenda, notes, summary, decisions, action items, transcript refs. |
brain_id | string | No | Brain UUID when not supplied by auth context. |
Get Meeting
Patch Meeting Body
Structured meeting patches use the central resource patch route:Live Transcription
live/start, send ordered linear16 PCM with POST .../transcription/chunk (job_id, monotonic seq, chunk_base64). The API stores each chunk for finalize and forwards the same audio to the live Deepgram session (live captions use the SSE stream below).
Live events are server-sent events. Final transcripts are persisted as artifacts so they can be read, searched, edited, and referenced like other document-lane resources.
Related
- Resources — resource catalog and version model
- Assets and Artifacts — transcript artifact storage
- Search —
meetingssearch facet