The Voyage Risk platform

Voyage Risk is a standalone risk intelligence engine. It detects, verifies, geolocates, classifies, and publishes real-time risk alerts.

Consumed directly via REST API and webhooks, or alongside Voyage Manager for people context and workflow.

The pipeline, end to end

Five stages, from raw signal to published alert.

1

Ingest

Signals are collected continuously from official sources, agency feeds, transport operations data, and curated open-source intelligence. Inputs are normalised at the point of entry so downstream stages operate on consistent structure.

2

Verify

AI corroborates incoming signals across sources, deduplicates near-duplicates, and tracks provenance. Every alert carries its source references so downstream systems can audit the basis for each record.

3

Geolocate

Each alert is resolved to a country and, where possible, to state or province, city, or GPS coordinates. Where the source input is ambiguous, that uncertainty is reflected in the geolocation confidence, not hidden.

4

Classify

Severity, category, and confidence are assigned to every record. Severity reflects potential operational impact. Category describes the type of event. Confidence reflects the pipeline's certainty in the classification and geolocation.

5

Deliver

Published alerts are delivered in real time via REST API and webhooks, and are also available through Voyage Manager for customers who use it as their people-context and workflow layer.

What is in a Voyage Risk alert?

Every published alert is a structured record with consistent fields:

  • Identifier and publish timestamp
  • Severity, category, and confidence score
  • Headline and summary
  • Location resolved to country, state or province, city, or GPS coordinates where available
  • Source references
  • Links to the underlying record and, where applicable, its portal representation

Field-level schema documentation is shared with approved integration partners during onboarding. See the API page for developer-focused detail.

Severity 3 Occurred 21 Apr 2026 · 10:32 UTC

Severe weather disruption

AE · Dubai · 25.2048, 55.2708

Heavy rainfall causing flooding and transport disruption.

Category: weather Alert ID: 67890 Incident ID: 12345
View JSON payload
{
  "alertId": 67890,
  "incidentId": 12345,
  "incidentLocationId": 54321,
  "feedName": "NWS",
  "externalId": "nws-abc123",
  "sourceUrl": "https://example.com",
  "headline": "Severe weather disruption",
  "description": "Heavy rainfall causing flooding and transport disruption.",
  "category": "weather",
  "severity": 3,
  "country": "AE",
  "stateOrProvince": null,
  "city": "Dubai",
  "locationLevel": "city",
  "affectedCountries": ["United Arab Emirates"],
  "affectedCountryCodes": ["AE"],
  "latitude": 25.2048,
  "longitude": 55.2708,
  "occurredUtc": "2026-04-21T10:32:00Z",
  "ingestedUtc": "2026-04-21T10:35:00Z"
}

Illustrative example. Not live data.

Alerts in context

Alerts are available through the portal, the REST API, and webhooks. Dashboard and map views surface verified events with their geolocation context.

Placeholder: Alert feed dashboard
Placeholder: Map view with alert geolocation

Delivery architecture

Voyage Risk is consumed standalone via REST API and webhooks, or used alongside Voyage Manager for people context and workflow.

REST API

Query alerts by country, severity, category, or time window. Clean, versioned JSON designed for automation.

Webhooks

Alerts pushed to your endpoint the moment they publish. Filter by country, severity, or category.

Voyage Manager optional

Use Voyage Manager for traveller and site context, geofencing, routing, acknowledgements, and workflow on top of Voyage Risk alerts.

Voyage Risk delivers the signal. Voyage Manager, where used, provides the people context, routing, and workflow.

What Voyage Risk does — and what it does not

A clear boundary between Voyage Risk and the rest of your stack.

Voyage Risk does

  • Detect risk signals from multiple sources
  • Verify and deduplicate alerts
  • Geolocate alerts to country, state or province, city, or GPS
  • Classify severity, category, and confidence
  • Publish alerts with full provenance
  • Deliver alerts via REST API and webhooks

Voyage Risk does not

  • Track where your people are
  • Route alerts to named individuals
  • Manage acknowledgement or workflow
  • Provide geofences for specific sites or travellers
  • Replace your SIEM, ITSM, or operational tooling

Those capabilities live in Voyage Manager when customers use it, or in your own systems.

See Voyage Risk in action

Request a live demo, or read the API documentation.