Annotate a crash
Last updated
Was this helpful?
Last updated
Was this helpful?
This service is used to annotate the crash data analysed by our prediction service. You can confirm or reject a crash and add key insights such as the cause of the crash, impact area, and additional comments.
Crash data certification using this annotation service is used to improve the accident prediction accuracy.
The table below summarizes the elements included in the structure of the request body.
status
string
Operator's evaluation of the status of the crash (required).
Allowed values: CONFIRMED
, REJECTED
, UNKNOWN
cause
string
Cause of the accident (optional).
Allowed values: VEHICLE
, MOTORCYCLE
, BICYCLE
, PEDESTRIAN
, ANIMAL
, STATIC_OBJECT
, ROAD_HAZARD
, VEHICLE_CONTROL_LOSS
, OTHER
, UNKNOWN
collisionArea
array[string]
Area of the vehicle that was involved in the collision (optional).
Allowed values: FRONT
, REAR
, LEFT
, RIGHT
, TOP
, BOTTOM
, UNKNOWN
comment
string
Free comment (max 500 characters, optional)
Unique identifier of the crash
Drivekit Admin API key
Operator's evaluation of the status of the crash
CONFIRMED
Available options: Cause of the accident
UNKNOWN
Example: VEHICLE
Available options: Area of the vehicle that was involved in the collision
["UNKNOWN"]
Example: ["FRONT","LEFT"]
Free comment (max 500 characters)
Claims received on 2025-02-13. Two cars involved in the crash, in a parking lot.
No Content