v1

latestOpenAPI 3.1.02026-08-04204105.4 KB
Recognition

VIN OCR

Extract a VIN from a photo. Send a JSON body containing an image_url field with either a URL to an image or a base64-encoded image string.

post/v1/vinocr

Request body

image_urlstring required

URL to an image, or the base64 string of the image.

Response

VIN extracted from the image.

successboolean
vinstring
boxobject
confidencenumber
candidatesobject[]