# Annotate a crash

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.

{% hint style="info" %}
If you have your **admin API key**, you can try the API via this [**link**](https://drivequant.stoplight.io/docs/drivequant-public/620f6b4928e71-annotate-a-crash).
{% endhint %}

{% openapi src="/files/Co55d8eyR5K6swRk0M0Y" path="/drivekit/admin/crashes/{crashId}/annotations" method="put" %}
[DriveKitAdminCrash.yaml](https://2525923625-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LXYIG5U3AO65YYFWJRK%2Fuploads%2FH9dOPhDMRC5L4PVPGaiG%2FDriveKitAdminCrash.yaml?alt=media\&token=7ca30f78-6217-423b-bd59-1f014e770013)
{% endopenapi %}

***

## Request

The table below summarizes the elements included in the structure of the request body.

<table><thead><tr><th width="217.66666666666666">Field</th><th width="193">Type</th><th>Description</th></tr></thead><tbody><tr><td>status</td><td><code>string</code></td><td>Operator's evaluation of the status of the crash (<strong>required</strong>).<br><em>Allowed values: <code>CONFIRMED</code>, <code>REJECTED</code>, <code>UNKNOWN</code></em></td></tr><tr><td>cause</td><td><code>string</code></td><td>Cause of the accident (optional).<br><em>Allowed values:</em> <code>VEHICLE</code>, <code>MOTORCYCLE</code>, <em><code>BICYCLE</code>, <code>PEDESTRIAN</code>, <code>ANIMAL</code>, <code>STATIC_OBJECT</code>, <code>ROAD_HAZARD</code>, <code>VEHICLE_CONTROL_LOSS</code>, <code>OTHER</code>, <code>UNKNOWN</code></em></td></tr><tr><td>collisionArea</td><td><code>array[string]</code></td><td>Area of the vehicle that was involved in the collision (optional).<br><em>Allowed values: <code>FRONT</code>, <code>REAR</code>, <code>LEFT</code>, <code>RIGHT</code>, <code>TOP</code>, <code>BOTTOM</code>, <code>UNKNOWN</code></em></td></tr><tr><td>comment</td><td><code>string</code></td><td>Free comment (max 500 characters, optional)</td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.drivequant.com/backend/crashes/annotate-a-crash.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
