For the complete documentation index, see llms.txt.

POST /v1/proposals

Create Proposal

Create a new multi-party meeting proposal. Sends proposed time slots to one or more participants who can accept, counter, or reject. The authenticated user is automatically added as the organizer. ## Error codes - `400 earliest_slot_too_soon` — **poll mode only.** The earliest proposed slot starts within the minimum poll voting window (~25 hours from now). Propose a later earliest slot, or switch to `mode: standard`. - `403 consent_required` — at least one participant has not granted `booking:propose` to the originator. Establishing a network connection grants this automatically in both directions; if the participant has revoked it, the originator must wait for re-grant. - `409 calendar_disconnected_originator` — the authenticated originator has no active calendar connection. Reconnect a calendar before creating proposals.

Auth required: Yes

Parameters

Request Body

Responses

Authentication

Requires authentication. Pass a Bearer token (Supabase JWT) or an API key (`Authorization: Bearer vennio_sk_live_*`) in the request headers.

Base URL: https://api.vennio.app