Voter Card OCR API lets you extract voter fields like voter_id, name, father name, dob, and address etc. from the image of a Voter Card 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