Cloud API (2.0)

Download OpenAPI specification:

Health

AppController_getHealth

Responses

Tiresidewall

TireSidewallController_getTiresidewallDataController

Authorizations:
auth0_jwt
Request Body schema: application/json
required
image
required
string

Responses

Request samples

Content type
application/json
{
  • "image": "myBase64EncodedImage"
}

Response samples

Content type
application/json
{
  • "dot": "string",
  • "make": "string",
  • "model": "string",
  • "size": "string",
  • "details": {
    },
  • "fieldConfidences": {
    }
}

CORS preflight request for POST

Responses

Barcode

BarcodeController_getBarcodeData

Authorizations:
auth0_jwt
Request Body schema: application/json
required
image
required
string
parseAAMVA
boolean

Responses

Request samples

Content type
application/json
{
  • "image": "myBase64EncodedImage",
  • "parseAAMVA": true
}

Response samples

Content type
application/json
{
  • "barcodes": [
    ]
}

CORS preflight request for POST

Responses

License Plate EU

LicensePlateEUController_getLicensePlateEuController

Authorizations:
auth0_jwt
Request Body schema: application/json
required
image
required
string

Responses

Request samples

Content type
application/json
{
  • "image": "myBase64EncodedImage"
}

Response samples

Content type
application/json
{
  • "field_confidences": {
    },
  • "country_code": "string",
  • "region_code": "string",
  • "plate_identifier": "string",
  • "plate_position": [
    ]
}

CORS preflight request for POST

Responses