Developer preview

Preview ingest format

A short trip format for the public estimator preview. It is not a full production integration, and it is not a phone-tracker export.

Distance used

500 km

The preview uses at most the first 500 km. Uploads are not kept. Oversized requests are rejected simply.

Keep the preview small

What this is

Send a short trip record. The preview checks the shape, does not keep the upload, and does not set insurer pricing.

Start with one trip

Name the vehicle, trip, and UTC start and end times before adding positions.

Add the positions you can share

Map latitude, longitude, time, and speed here. Other fields can wait for a full integration.

Checked, not kept

The estimator reads the request for the preview response and does not store the uploaded file.

Example

Minimal example

Download sample
{
  "schema_version": "aura-cmr-preview/0",
  "vehicle_id": "veh_demo_01",
  "trip_id": "trip_demo_01",
  "started_at": "2026-01-01T00:00:00Z",
  "ended_at": "2026-01-01T00:10:00Z",
  "positions": [
    { "t": "2026-01-01T00:00:00Z", "lat": 22.31, "lon": 114.17 }
  ]
}

Field list

Trip record fields

schema_versionYes

Must be aura-cmr-preview/0

vehicle_idYes

Partner id without personal data

trip_idYes

Partner id without personal data

started_atYes

UTC time in ISO format

ended_atYes

UTC time in ISO format

distance_mNo

Optional. If missing, distance is calculated from the path

positions[].tYes

UTC time in ISO format

positions[].latYes

Latitude or longitude in WGS84

positions[].lonYes

Latitude or longitude in WGS84

positions[].speed_mpsNo

Metres per second. Leave blank when unknown

positions[].heading_degNo

Heading in degrees

positions[].h_acc_mNo

Horizontal accuracy in metres

events[].tNo

UTC time in ISO format

events[].typeNo

harsh_brake, harsh_accel, speeding, or other

events[].valueNo

Optional number for the event

After the preview

A full integration covers sampling quality, field coverage, and operating gaps. We sort that with you after a demo.

Limits

Ready to try a sample?

The preview uses at most the first 500 km. Uploads are not kept. Oversized requests are rejected simply.