Queue Risk Score Calculation
CA Telematics Risk Score
Queue Risk Score Calculation
Queue a job to calculate the risk score for a commercial auto policy using telematics data. This endpoint returns a job_id, which can be used to track the job status and retrieve the result once the calculation is complete.
POST
Queue Risk Score Calculation
Documentation Index
Fetch the complete documentation index at: https://docs.risk.matrisk.ai/llms.txt
Use this file to discover all available pages before exploring further.
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"Example:
"v1"
Unique identifier for the policyholder.
Example:
"policy-holder-123"
Optional NAICS code for the policyholder.
Required string length:
2 - 6Example:
"492110"

