Meetings
Vikash is the Vaani AI co-host. Provision a meeting room with him as a participant and you get a Google-Meet-style short code (xxx-xxxx-xxx) and a share URL the rest of the call can join from any browser.
Pass co_host: "vikash" to enable the AI host. Drop the field for a plain meeting (see the next sample).
curl https://www.vaanilabs.in/api/meetings \
-H "Authorization: Bearer vv_live_REPLACE_ME" \
-H "Content-Type: application/json" \
-d '{
"title": "Q3 strategy",
"co_host": "vikash",
"language": "hi-IN",
"scheduled_for": "2026-04-26T10:30:00Z"
}'
# Response includes meet_code (e.g. "abc-defg-hij") and share_url
# (https://www.vaanilabs.in/meet/abc-defg-hij).Replit and zip downloads are placeholders for now — bucket wiring is tracked as a follow-up.