Driving License OCR API lets you extract relevant fields like dl_number, name, validity, dob, and address etc. from the image of a DL document in the form of key-value pairs.
Base64 encoded string of the document needs to be passed in request payload.
ACCESS_TOKEN generated from the authorize endpoint. Should be included in the header as Bearer .
The CLIENT_SECRET provided to you. This header parameter is required for authentication purposes.
The main document being submitted for extraction of respective information.
The secondary document being submitted along with the primary document for extraction of respective information.
The name of the document being submitted for extraction of respective information.
Successful Response