Start with one trip
Name the vehicle, trip, and UTC start and end times before adding positions.
Developer preview
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
Send a short trip record. The preview checks the shape, does not keep the upload, and does not set insurer pricing.
Name the vehicle, trip, and UTC start and end times before adding positions.
Map latitude, longitude, time, and speed here. Other fields can wait for a full integration.
The estimator reads the request for the preview response and does not store the uploaded file.
Example
{
"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
schema_versionYesMust be aura-cmr-preview/0
vehicle_idYesPartner id without personal data
trip_idYesPartner id without personal data
started_atYesUTC time in ISO format
ended_atYesUTC time in ISO format
distance_mNoOptional. If missing, distance is calculated from the path
positions[].tYesUTC time in ISO format
positions[].latYesLatitude or longitude in WGS84
positions[].lonYesLatitude or longitude in WGS84
positions[].speed_mpsNoMetres per second. Leave blank when unknown
positions[].heading_degNoHeading in degrees
positions[].h_acc_mNoHorizontal accuracy in metres
events[].tNoUTC time in ISO format
events[].typeNoharsh_brake, harsh_accel, speeding, or other
events[].valueNoOptional number for the event
A full integration covers sampling quality, field coverage, and operating gaps. We sort that with you after a demo.
Limits
The preview uses at most the first 500 km. Uploads are not kept. Oversized requests are rejected simply.