POST
/
analyze
/
title

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
vin
string
required

Optional. Checks the vehicle identification number held in the caller's system against the VIN listed on the title.

name
string
required

Optional. Checks the owner's name against the owner listed on the title.

title
string
required

Base64 Encoding of a JPEG image of the front of the vehicle's title

Response

200 - application/json
id
string

Unique identifier for the title analysis task

status
enum<string>

Current status of the task

Available options:
pending,
failure,
complete