Document Analysis
Analyze Title
Submits a vehicle title scan for OCR analysis
POST
/
analyze
/
title
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
vin
string
Optional. Checks the vehicle identification number held in the caller's system against the VIN listed on the title.
name
string
Optional. Checks the owner's name against the owner listed on the title.
title
file
requiredBase64 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