Skip to main content

Create a new vehicle assessment

POST 

/v1/vehicle-assessments

Upload the images of the vehicle and get the assessment via webhooks

Request

Body

required
    registration_number stringrequired

    Registration number of the vehicle

    assessment_type stringrequired

    Possible values: [pre_purchase, claims]

    Type of assessment

    images object[]required

    image urls of the vehicle

  • Array [
  • url string

    URL of the file

    part string

    Possible values: [left, right, rear, front, dashboard, vin, plate_number]

    Side of the vehicle

  • ]

Responses

OK

Schema
    id integer

    ID of the assessment

    info string

    Information about the assessment

Loading...