POST /v1/inspections
Create a new vehicle inspection by submitting vehicle details and images.Request
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
vehicle.vin | string | Yes | Vehicle Identification Number |
vehicle.make | string | Yes | Vehicle manufacturer |
vehicle.model | string | Yes | Vehicle model |
vehicle.year | integer | Yes | Manufacturing year |
vehicle.mileage | integer | No | Current mileage |
inspection_type | string | Yes | Type: basic, standard, or full |
images | array | Yes | Array of image URLs (min 4, max 50) |
Response
Response Fields
| Field | Type | Description |
|---|---|---|
inspection_id | string | Unique inspection identifier |
vehicle_id | string | Unique vehicle identifier |
status | string | Current status: processing, completed, failed |
created_at | string | ISO 8601 timestamp |
estimated_completion | string | Expected completion time |