Create a new claim
POST/v1/claims
Request
- application/json
Body
required
- Array [
- ]
Policy number of the user
Date of the accident
Time of the accident
Damages recorded in the vehicle
Location of the accident
Landmark of the accident
Possible values: [a-head-on-collision, rear-end-collisions, side-impact-accidents, chain-reactions, rollovers, other]
Type of the accident
Description of the accident
bank_details objectrequired
Bank details of the user for payment
Name of the bank
Name of the account
Number of the account
Name of the account
images object[]required
Images of the accident
URL of the file
Possible values: [left, right, rear, front, dashboard, vin-plate, license-plate]
Side of the vehicle
Police report of the accident. Use the ID of the uploaded file
Repair estimate of the damages. Use the ID of the uploaded file
Session ID for claim files uploaded before claim creation
Responses
- 201
- 400
- 401
- 422
OK
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
ID of the claim
ID of the post-loss evaluation
ID of the purchased policy
ID of the accident type
Policy number of the user
Date of the accident
Time of the accident
Location of the accident
Landmark of the accident
Type of the accident
Description of the accident
Channel that created the claim
ID of the pre-purchase evaluation
bank_details object
Bank details of the user for payment
Name of the bank
Name of the account
Number of the account
Name of the account
Status of the claim
Whether the claim plate number mismatches the policy vehicle
Whether the claim VIN mismatches the policy vehicle
Claim form turnaround time
evaluation object
ID of the pre-evaluation
ID of the user associated with the pre-evaluation
Name of the customer
Phone number of the customer
Email of the customer
Incidence type
Third-party damage type
Other third-party damage type
Third-party damage description
Gender of the customer
Chassis number of the vehicle
Manufacturer of the vehicle
Model of the vehicle
Year of manufacture of the vehicle
Color of the vehicle
Engine number of the vehicle
Address of the customer
Usage of the vehicle
License number of the vehicle
License expiry date of the vehicle
Confirmation number of the pre-evaluation
Value of the vehicle
Currency of the vehicle value
Type of the vehicle
vehicle_details object[]
Details of the vehicle
URL of the vehicle
Side of the vehicle
Registration number of the vehicle
Type of assessment
Date of creation of the pre-evaluation
Reference of the pre-evaluation
files object[]
Files of the pre-evaluation
ID of the pre-evaluation file
ID of the pre-evaluation
ID of the third-party item
Vehicle part metadata
Vehicle side metadata
File type
File path or URL
Processing status of the file
Processing result
URL of the file
Pre-processed file URL
Date of creation of the file
Date of last update of the file
Capture location metadata
Annotations for the file
Internal damages detected for the file
Date of creation of the claim
Date of update of the claim
{
"id": 0,
"pre_evaluation_id": 0,
"purchased_policy_id": 0,
"accident_id": 0,
"policy_number": "string",
"date": "string",
"time": "string",
"location": "string",
"landmark": "string",
"accident_type": "a-head-on-collision",
"description": "string",
"channel": "api",
"pre_purchase_evaluation_id": 0,
"bank_details": {
"bank_name": "string",
"sort_code": "string",
"account_no": "string",
"account_name": "string"
},
"status": "string",
"plate_number_mismatch": true,
"vin_mismatch": true,
"form_tat": "string",
"evaluation": {
"id": 0,
"user_id": 0,
"name": "string",
"phone": "string",
"email": "string",
"incidence_type": "string",
"third_party_damage_type": "string",
"third_party_damage_type_other": "string",
"third_party_description": "string",
"gender": "string",
"chassis_number": "string",
"manufacturer": "string",
"model": "string",
"year": "string",
"color": "string",
"engine_no": "string",
"address": "string",
"usage": "string",
"license_number": "string",
"license_expiry": "string",
"confirmation_number": "string",
"vehicle_value": "string",
"vehicle_value_currency": "string",
"vehicle_type": "string",
"vehicle_details": [
{
"url": "string",
"side": "string"
}
],
"vehicle_regno": "string",
"assessment_type": "string",
"created_at": "string",
"ref": "string",
"files": [
{
"id": 0,
"pre_evaluation_id": 0,
"third_party_item_id": 0,
"vehicle_part": {},
"vehicle_side": {},
"type": "string",
"path": "string",
"processing_status": "string",
"result": "string",
"url": "string",
"pre_processed_url": "string",
"created_at": "string",
"updated_at": "string",
"location": {},
"annotations": [
{}
],
"internal_damages": [
{}
]
}
]
},
"created_at": "string",
"updated_at": "string"
}
Bad request.
- application/json
- Schema
- Example (from schema)
Schema
{
"message": "400 Bad Request (Client Error)"
}
Unauthenticated - no valid API key was provided.
- application/json
- Schema
- Example (from schema)
Schema
{
"data": "Invalid Token"
}
Unprocessable Content
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
error object
property name* string[]
string
{
"message": "The given data was invalid",
"error": {}
}