Skip to main content

Quickstart

This guide walks you through making your first API call to the VH3 AI intelligence layer.

Prerequisites

You need:
  • Your company ID (provided during onboarding)
  • Your API key (provided during onboarding)

1. Search your job history

The semantic search endpoint lets you find relevant past jobs by describing what you’re looking for in natural language. The platform uses hybrid search, combining meaning-based matching with keyword retrieval.
Your company_id and api_key are server-side credentials. The examples below must run on a backend server (Node.js route, Python service, cURL from a terminal). Never put these values in browser JavaScript, a React/Vue/Angular component, or a mobile app. If your API key appears in a browser network request, anyone who can open browser developer tools can use it to query your organisation’s data. For browser-based apps, use User Authentication (JWT) instead.
This finds relevant past jobs even if they were recorded as “heating system cutting out” or “CH unit tripping intermittently.”

2. Get sentinel alerts

Check what operational risks or growth opportunities the platform has detected:

3. Ask Connie a question

Use the conversational AI endpoint to ask operational questions in natural language:
Connie responds with a data-backed answer, citing the underlying records.

4. List your jobs from the FMS

The VH3 API gives you direct access to your FMS data (BigChange, Joblogic, etc.):
The FSI intelligence endpoints use company_id + api_key in the request body. The VH3 FMS endpoints use X-Api-Key in the header. See Authentication for full details.

What’s next?

Operational discovery

How search, precedents, and customer knowledge work on the layer.

Search API

Endpoint reference for search and autocomplete.

Sentinels

Configure and query all 19 sentinel monitors.

Connie

Conversational AI with full operational context.

Reports

Generate and retrieve automated operational reports.