Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
multipart/form-data
Expected CSV Format
-
Filename & Format
- Must be a CSV file (
.csvextension). - The file cannot be empty and cannot contain rows with null (empty) values.
- Must be a CSV file (
-
Required Columns
- latitude (
float) WGS84 format (e.g.37.7749) - longitude (
float) WGS84 format (e.g.-122.4194) - timestamp (
datetimein ISO 8601 format, e.g.2023-01-15T13:45:30Z)
Optional Column
- vehicle_id (
string,integerornull) if not provided, the vehicle_id will be set tovehicle_1
You can download a sample file here.
- latitude (
-
Data Validation & Constraints
- Extra columns are ignored.
- Every row must have valid values in each required column (no nulls or missing values).
- latitude and longitude are used to join external risk data, so they should be accurate real-world coordinates in WGS84 format.
- timestamp must be parseable in strict ISO 8601 format.
- Files failing these validations are rejected.
- The file must be less than 1GB.
- Files are deleted after request is processed.
Version of the risk scoring model used.
Allowed value:
"v1"Examples:
"v1"
Unique identifier for the policyholder.
Examples:
"policy-holder-123"
Optional NAICS code for the policyholder.
Required string length:
2 - 6Examples:
"492110"

