VH3 AI Intelligence API
The VH3 AI Intelligence API provides enriched operational data, semantic search, proactive sentinels, reports, Connie, email triage, Cases, and Teams. Tenant-scoped server-to-server endpoints require company_id and api_key.
For direct BigChange read/write (jobs, contacts, invoices, stock), use the separate BigChange API, same API key, X-API-Key header only.
Base URL
Authentication
Pass company_id and api_key on every request. POST: JSON body. GET: query parameters.
Do not send only an X-API-Key header to the VH3 AI Intelligence API. Keep
the tenant api_key in server-side code.Server-side customer integrations must use the base URL above. Browser and
mobile applications must use JWT-authenticated VH3 Connect surfaces.
See Authentication for the full two-API comparison and User Auth (JWT).
Endpoint groups
POST endpoints
GET endpoints
Task-based endpoints
Long-running operations return a task_id immediately. Poll the status endpoint until complete.
Possible statuses: pending, running, completed, failed, cancelled.