{"openapi":"3.0.3","info":{"title":"VICIagent REST API","version":"1.0.0","description":"REST API for placing calls, managing agents, phone numbers, contacts, and webhooks. Authenticate with `Authorization: Bearer va_<your_key>` minted at https://app.viciagent.com/settings/api-keys."},"components":{"securitySchemes":{"apiKey":{"type":"http","scheme":"bearer","description":"API key starting with `va_`. Mint at /settings/api-keys."},"sessionCookie":{"type":"apiKey","in":"cookie","name":"vsid","description":"Browser session cookie. Set by /v1/auth/login."}},"schemas":{}},"paths":{"/v1/openapi.json":{"get":{"responses":{"200":{"description":"Default Response"}}}},"/health":{"get":{"responses":{"200":{"description":"Default Response"}}}},"/v1/auth/register":{"post":{"responses":{"200":{"description":"Default Response"}}}},"/v1/auth/login":{"post":{"responses":{"200":{"description":"Default Response"}}}},"/v1/auth/logout":{"post":{"responses":{"200":{"description":"Default Response"}}}},"/v1/auth/switch-account":{"post":{"responses":{"200":{"description":"Default Response"}}}},"/v1/public-config":{"get":{"responses":{"200":{"description":"Default Response"}}}},"/v1/public/status":{"get":{"responses":{"200":{"description":"Default Response"}}}},"/v1/exports/calls.csv":{"get":{"responses":{"200":{"description":"Default Response"}}}},"/v1/exports/contacts.csv":{"get":{"responses":{"200":{"description":"Default Response"}}}},"/v1/admin/health":{"get":{"responses":{"200":{"description":"Default Response"}}}},"/v1/disposition-codes":{"get":{"responses":{"200":{"description":"Default Response"}}},"post":{"responses":{"200":{"description":"Default Response"}}}},"/v1/disposition-codes/{id}":{"patch":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response"}}},"delete":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/v1/calls/{id}/disposition":{"patch":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/v1/phone-numbers/reputation":{"get":{"responses":{"200":{"description":"Default Response"}}}},"/v1/phone-numbers/{id}/recheck-reputation":{"post":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/v1/analytics":{"get":{"responses":{"200":{"description":"Default Response"}}}},"/v1/auth/email/verify/request":{"post":{"responses":{"200":{"description":"Default Response"}}}},"/v1/auth/email/verify/confirm":{"post":{"responses":{"200":{"description":"Default Response"}}}},"/v1/auth/me":{"get":{"responses":{"200":{"description":"Default Response"}}}},"/v1/auth/2fa/enroll":{"post":{"responses":{"200":{"description":"Default Response"}}}},"/v1/auth/2fa/verify":{"post":{"responses":{"200":{"description":"Default Response"}}}},"/v1/auth/2fa/recovery-codes/regenerate":{"post":{"responses":{"200":{"description":"Default Response"}}}},"/v1/auth/2fa/recovery-codes/status":{"get":{"responses":{"200":{"description":"Default Response"}}}},"/v1/auth/2fa/disable":{"post":{"responses":{"200":{"description":"Default Response"}}}},"/v1/auth/password/change":{"post":{"responses":{"200":{"description":"Default Response"}}}},"/v1/agents":{"post":{"responses":{"200":{"description":"Default Response"}}},"get":{"summary":"List agents","tags":["Agents"],"description":"All agents owned by the current account, with their assigned inbound DID (if any) and the timestamp of the last completed call.","responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"agents":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"name":{"type":"string"},"status":{"type":"string","enum":["draft","active","paused"]},"version":{"type":"integer"},"voiceId":{"type":"string","nullable":true},"liveLlmId":{"type":"string","nullable":true},"inboundDid":{"type":"string","nullable":true},"lastCallAt":{"type":"string","format":"date-time","nullable":true},"createdAt":{"type":"string","format":"date-time"}}}}}}}}}}}},"/v1/agents/{id}":{"get":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response"}}},"patch":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response"}}},"delete":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/v1/agent-templates":{"get":{"responses":{"200":{"description":"Default Response"}}}},"/v1/agent-templates/{id}":{"get":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/v1/agents/from-template":{"post":{"responses":{"200":{"description":"Default Response"}}}},"/v1/agents/wizard/generate":{"post":{"responses":{"200":{"description":"Default Response"}}}},"/v1/wizard/templates":{"get":{"responses":{"200":{"description":"Default Response"}}}},"/v1/wizard/templates/{key}":{"get":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"key","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/v1/wizard/agents":{"post":{"responses":{"200":{"description":"Default Response"}}}},"/v1/agents/safety-check":{"post":{"responses":{"200":{"description":"Default Response"}}}},"/v1/voices":{"get":{"responses":{"200":{"description":"Default Response"}}}},"/v1/contact-lists":{"post":{"responses":{"200":{"description":"Default Response"}}},"get":{"responses":{"200":{"description":"Default Response"}}}},"/v1/contact-lists/{id}":{"get":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/v1/contact-lists/{id}/contacts":{"get":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/v1/contacts/{id}":{"get":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response"}}},"patch":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/v1/crm/contacts/{id}/call":{"post":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/v1/crm/notifications":{"get":{"responses":{"200":{"description":"Default Response"}}}},"/v1/crm/contacts":{"post":{"responses":{"200":{"description":"Default Response"}}},"get":{"responses":{"200":{"description":"Default Response"}}}},"/v1/crm/contacts/{id}/extras":{"get":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/v1/crm/contacts/{id}/timeline":{"get":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/v1/crm/companies":{"get":{"responses":{"200":{"description":"Default Response"}}},"post":{"responses":{"200":{"description":"Default Response"}}}},"/v1/crm/companies/{id}":{"get":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response"}}},"patch":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response"}}},"delete":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/v1/crm/companies/{id}/contacts":{"get":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/v1/crm/contacts/{id}/notes":{"post":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/v1/crm/notes/{noteId}":{"patch":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"noteId","required":true}],"responses":{"200":{"description":"Default Response"}}},"delete":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"noteId","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/v1/crm/tasks":{"get":{"responses":{"200":{"description":"Default Response"}}}},"/v1/crm/contacts/{id}/tasks":{"post":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/v1/crm/tasks/{taskId}":{"patch":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"taskId","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/v1/crm/tasks/{taskId}/complete":{"post":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"taskId","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/v1/crm/tasks/{taskId}/snooze":{"post":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"taskId","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/v1/crm/field-definitions/contact":{"get":{"responses":{"200":{"description":"Default Response"}}},"post":{"responses":{"200":{"description":"Default Response"}}}},"/v1/crm/field-definitions/contact/{id}":{"patch":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response"}}},"delete":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/v1/crm/field-definitions/company":{"get":{"responses":{"200":{"description":"Default Response"}}},"post":{"responses":{"200":{"description":"Default Response"}}}},"/v1/crm/field-definitions/company/{id}":{"patch":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response"}}},"delete":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/v1/crm/tags":{"get":{"responses":{"200":{"description":"Default Response"}}},"post":{"responses":{"200":{"description":"Default Response"}}}},"/v1/crm/tags/{id}":{"delete":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/v1/crm/contacts/{contactId}/tags/{tagId}":{"post":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"contactId","required":true},{"schema":{"type":"string"},"in":"path","name":"tagId","required":true}],"responses":{"200":{"description":"Default Response"}}},"delete":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"contactId","required":true},{"schema":{"type":"string"},"in":"path","name":"tagId","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/v1/crm/contacts/{contactId}/tags":{"get":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"contactId","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/v1/crm/dashboard":{"get":{"responses":{"200":{"description":"Default Response"}}}},"/v1/crm/activity":{"get":{"responses":{"200":{"description":"Default Response"}}}},"/v1/crm/contacts/{id}/audit":{"get":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/v1/crm/contacts/bulk":{"post":{"responses":{"200":{"description":"Default Response"}}}},"/v1/crm/contacts/{id}/fields":{"get":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response"}}},"patch":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/v1/crm/companies/{id}/fields":{"get":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/v1/crm/duplicates/contacts":{"get":{"responses":{"200":{"description":"Default Response"}}}},"/v1/crm/contacts/merge":{"post":{"responses":{"200":{"description":"Default Response"}}}},"/v1/crm/ai-summaries/{id}":{"patch":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/v1/campaigns":{"post":{"responses":{"200":{"description":"Default Response"}}},"get":{"responses":{"200":{"description":"Default Response"}}}},"/v1/campaigns/{id}":{"get":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response"}}},"patch":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/v1/campaigns/{id}/start":{"post":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/v1/campaigns/{id}/pause":{"post":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/v1/campaigns/{id}/stats":{"get":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/v1/calls":{"get":{"summary":"List calls","tags":["Calls"],"description":"Paginated. Filter by campaign, contact, agent, status, recording presence, and date range. Authenticate with Bearer va_* or vsid cookie.","parameters":[{"schema":{"type":"string","format":"uuid"},"in":"query","name":"campaignId","required":false},{"schema":{"type":"string","format":"uuid"},"in":"query","name":"contactId","required":false},{"schema":{"type":"string","format":"uuid"},"in":"query","name":"agentId","required":false},{"schema":{"type":"string","enum":["completed","failed","busy","no_answer","connected","dialing","ringing"]},"in":"query","name":"status","required":false},{"schema":{"type":"string","enum":["true","false"]},"in":"query","name":"hasRecording","required":false},{"schema":{"type":"string","format":"date-time"},"in":"query","name":"dateFrom","required":false},{"schema":{"type":"string","format":"date-time"},"in":"query","name":"dateTo","required":false},{"schema":{"type":"integer","minimum":1,"maximum":500,"default":25},"in":"query","name":"limit","required":false},{"schema":{"type":"integer","minimum":0,"default":0},"in":"query","name":"offset","required":false}],"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"calls":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"contactId":{"type":"string","format":"uuid","nullable":true},"contactFirstName":{"type":"string","nullable":true},"contactLastName":{"type":"string","nullable":true},"contactPhone":{"type":"string","nullable":true},"agentId":{"type":"string","format":"uuid","nullable":true},"agentName":{"type":"string","nullable":true},"direction":{"type":"string","enum":["inbound","outbound"]},"status":{"type":"string"},"disposition":{"type":"string","nullable":true},"durationSeconds":{"type":"integer","nullable":true},"totalCostUsd":{"type":"string"},"recordingS3Key":{"type":"string","nullable":true},"startedAt":{"type":"string","format":"date-time","nullable":true},"endedAt":{"type":"string","format":"date-time","nullable":true},"createdAt":{"type":"string","format":"date-time"}}}},"total":{"type":"integer"},"limit":{"type":"integer"},"offset":{"type":"integer"}}}}}}}}},"/v1/calls/{id}":{"get":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/v1/calls/{id}/recording.wav":{"get":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/v1/calls/{id}/transcript.json":{"get":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/v1/calls/{id}/asset-url":{"get":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/v1/events":{"get":{"responses":{"200":{"description":"Default Response"}}}},"/v1/calls/{id}/events":{"get":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/v1/admin/events":{"get":{"responses":{"200":{"description":"Default Response"}}}},"/v1/admin/calls/{id}/events":{"get":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/v1/search":{"get":{"responses":{"200":{"description":"Default Response"}}}},"/v1/metrics":{"get":{"responses":{"200":{"description":"Default Response"}}}},"/v1/inbound/route":{"get":{"responses":{"200":{"description":"Default Response"}}}},"/v1/calendars/connections":{"get":{"responses":{"200":{"description":"Default Response"}}}},"/v1/calendars/connections/cal-com":{"post":{"responses":{"200":{"description":"Default Response"}}}},"/v1/calendars/connections/{id}":{"delete":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/v1/calendars/connections/{id}/event-types":{"get":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/v1/agents/{agentId}/calendar-binding":{"get":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"agentId","required":true}],"responses":{"200":{"description":"Default Response"}}},"put":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"agentId","required":true}],"responses":{"200":{"description":"Default Response"}}},"delete":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"agentId","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/v1/calendars/connections/google/oauth/start":{"post":{"responses":{"200":{"description":"Default Response"}}}},"/v1/calendars/connections/google/oauth/callback":{"post":{"responses":{"200":{"description":"Default Response"}}}},"/v1/bookings":{"get":{"responses":{"200":{"description":"Default Response"}}}},"/v1/dnc/bulk":{"post":{"responses":{"200":{"description":"Default Response"}}}},"/v1/dnc":{"post":{"responses":{"200":{"description":"Default Response"}}},"get":{"responses":{"200":{"description":"Default Response"}}}},"/v1/dnc/{phone}":{"delete":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"phone","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/v1/team":{"get":{"responses":{"200":{"description":"Default Response"}}}},"/v1/team/invitations":{"post":{"responses":{"200":{"description":"Default Response"}}}},"/v1/team/invitations/{id}":{"delete":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/v1/team/members/{userId}/role":{"patch":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"userId","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/v1/team/members/{userId}":{"delete":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"userId","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/v1/invitations/lookup":{"get":{"responses":{"200":{"description":"Default Response"}}}},"/v1/invitations/accept":{"post":{"responses":{"200":{"description":"Default Response"}}}},"/v1/admin/email/test":{"post":{"responses":{"200":{"description":"Default Response"}}}},"/v1/admin/accounts":{"post":{"responses":{"200":{"description":"Default Response"}}},"get":{"responses":{"200":{"description":"Default Response"}}}},"/v1/admin/accounts/{id}":{"get":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response"}}},"patch":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/v1/admin/accounts/{id}/suspend":{"post":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/v1/admin/accounts/{id}/unsuspend":{"post":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/v1/admin/audit-events":{"get":{"responses":{"200":{"description":"Default Response"}}}},"/v1/admin/invoices":{"get":{"responses":{"200":{"description":"Default Response"}}}},"/v1/admin/invoices/{id}/mark-paid":{"post":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/v1/admin/invoices/{id}/void":{"post":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/v1/admin/accounts/{id}/close-period":{"post":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/v1/admin/plans":{"get":{"responses":{"200":{"description":"Default Response"}}}},"/v1/admin/plans/{slug}":{"patch":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"slug","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/v1/admin/plans/refresh":{"post":{"responses":{"200":{"description":"Default Response"}}}},"/v1/admin/accounts/{id}/impersonate":{"post":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/v1/auth/impersonate/exit":{"post":{"responses":{"200":{"description":"Default Response"}}}},"/v1/admin/end-users":{"get":{"responses":{"200":{"description":"Default Response"}}}},"/v1/admin/end-users/{id}":{"get":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/v1/admin/end-users/{id}/verify":{"post":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/v1/admin/end-users/{id}/reject":{"post":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/v1/billing/current-period":{"get":{"responses":{"200":{"description":"Default Response"}}}},"/v1/billing/invoices":{"get":{"responses":{"200":{"description":"Default Response"}}}},"/v1/billing/invoices/{id}":{"get":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/v1/end-users":{"get":{"responses":{"200":{"description":"Default Response"}}},"post":{"responses":{"200":{"description":"Default Response"}}}},"/v1/end-users/{id}":{"get":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response"}}},"patch":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response"}}},"delete":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/v1/auth/oauth/providers":{"get":{"responses":{"200":{"description":"Default Response"}}}},"/v1/auth/oauth/{provider}/start":{"get":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"provider","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/v1/auth/oauth/{provider}/start-link":{"post":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"provider","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/v1/auth/oauth/{provider}/callback":{"get":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"provider","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/v1/auth/oauth/linked":{"get":{"responses":{"200":{"description":"Default Response"}}}},"/v1/auth/oauth/{provider}":{"delete":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"provider","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/v1/onboarding/status":{"get":{"responses":{"200":{"description":"Default Response"}}}},"/v1/audit-events":{"get":{"responses":{"200":{"description":"Default Response"}}}},"/v1/me/data-export":{"get":{"responses":{"200":{"description":"Default Response"}}}},"/v1/me/data-deletion-request":{"post":{"responses":{"200":{"description":"Default Response"}}}},"/v1/me/data-deletion-cancel":{"post":{"responses":{"200":{"description":"Default Response"}}}},"/v1/notification-prefs":{"get":{"responses":{"200":{"description":"Default Response"}}},"patch":{"responses":{"200":{"description":"Default Response"}}}},"/v1/notification-prefs/account":{"get":{"responses":{"200":{"description":"Default Response"}}},"patch":{"responses":{"200":{"description":"Default Response"}}}},"/v1/api-keys":{"post":{"responses":{"200":{"description":"Default Response"}}},"get":{"responses":{"200":{"description":"Default Response"}}}},"/v1/api-keys/{id}":{"delete":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/v1/auth/sessions/recent":{"get":{"responses":{"200":{"description":"Default Response"}}}},"/v1/auth/sessions/revoke-all":{"post":{"responses":{"200":{"description":"Default Response"}}}},"/v1/kb/import-pdf":{"post":{"responses":{"200":{"description":"Default Response"}}}},"/v1/auth/password-reset/request":{"post":{"responses":{"200":{"description":"Default Response"}}}},"/v1/auth/password-reset/confirm":{"post":{"responses":{"200":{"description":"Default Response"}}}},"/v1/account":{"get":{"responses":{"200":{"description":"Default Response"}}}},"/v1/account/plans":{"get":{"responses":{"200":{"description":"Default Response"}}}},"/v1/account/data-region":{"patch":{"responses":{"200":{"description":"Default Response"}}}},"/v1/account/timezone":{"patch":{"responses":{"200":{"description":"Default Response"}}}},"/v1/phone-numbers/inventory/search":{"get":{"responses":{"200":{"description":"Default Response"}}}},"/v1/phone-numbers/inventory/purchase":{"post":{"responses":{"200":{"description":"Default Response"}}}},"/v1/phone-numbers":{"post":{"responses":{"200":{"description":"Default Response"}}},"get":{"responses":{"200":{"description":"Default Response"}}}},"/v1/phone-numbers/{id}":{"patch":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response"}}},"delete":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/v1/phone-numbers/unassigned":{"get":{"responses":{"200":{"description":"Default Response"}}}},"/v1/usage":{"get":{"responses":{"200":{"description":"Default Response"}}}},"/v1/live-models":{"get":{"responses":{"200":{"description":"Default Response"}}}},"/v1/admin/models/llm":{"get":{"responses":{"200":{"description":"Default Response"}}},"post":{"responses":{"200":{"description":"Default Response"}}}},"/v1/admin/models/llm/{id}":{"patch":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response"}}},"delete":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/v1/admin/models/stt":{"get":{"responses":{"200":{"description":"Default Response"}}},"post":{"responses":{"200":{"description":"Default Response"}}}},"/v1/admin/models/stt/{id}":{"patch":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response"}}},"delete":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/v1/admin/models/tts":{"get":{"responses":{"200":{"description":"Default Response"}}},"post":{"responses":{"200":{"description":"Default Response"}}}},"/v1/admin/models/tts/{id}":{"patch":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response"}}},"delete":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/v1/admin/models/tts/sync-elevenlabs":{"post":{"responses":{"200":{"description":"Default Response"}}}},"/v1/admin/catalog":{"get":{"responses":{"200":{"description":"Default Response"}}}},"/v1/admin/catalog/summary":{"get":{"responses":{"200":{"description":"Default Response"}}}},"/v1/admin/catalog/sync":{"post":{"responses":{"200":{"description":"Default Response"}}}},"/v1/admin/catalog/promote-all":{"post":{"responses":{"200":{"description":"Default Response"}}}},"/v1/admin/test-call":{"post":{"responses":{"200":{"description":"Default Response"}}}},"/v1/admin/calls":{"get":{"responses":{"200":{"description":"Default Response"}}}},"/v1/admin/calls/_/agents":{"get":{"responses":{"200":{"description":"Default Response"}}}},"/v1/admin/calls/{id}":{"get":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/v1/admin/calls/_/accounts":{"get":{"responses":{"200":{"description":"Default Response"}}}},"/v1/admin/calls/{id}/capture.pcap.gz":{"get":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/v1/admin/calls/{id}/inject":{"post":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/v1/admin/calls/{id}/hangup":{"post":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/v1/llm-proxy/{agentId}/chat/completions":{"post":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"agentId","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/v1/webhooks":{"post":{"responses":{"200":{"description":"Default Response"}}},"get":{"responses":{"200":{"description":"Default Response"}}}},"/v1/webhooks/{id}":{"patch":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response"}}},"delete":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/v1/webhooks/{id}/deliveries":{"get":{"parameters":[{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/v1/internal/elevenlabs/post-call":{"post":{"responses":{"200":{"description":"Default Response"}}}},"/webhooks/crm/hubspot":{"post":{"responses":{"200":{"description":"Default Response"}}}}},"servers":[{"url":"https://app.viciagent.com/api"}],"security":[{"apiKey":[]},{"sessionCookie":[]}]}