Skip to main content
This page provides the success response of the Smart OCR API for the Voter ID document.
{
    "verification_id": "test_verification_id",
    "reference_id": 1358,
    "status": "VALID",
    "document_type": "VOTER_ID_FRONT",
    "document_fields": {
        "age_on_issue_date": "20",
        "dob": "2004-06-10",
        "epic_number": "ABC1234567",
        "gender": "Male",
        "issue_date": "2024-09-07",
        "name": "John Doe",
        "relative_name": "Josh Doe",
        "type_voter_id": "New"
    }
}
{
    "verification_id": "test_verification_id",
    "reference_id": 1358,
    "status": "VALID",
    "document_type": "VOTER_ID_BACK",
    "document_fields": {
        "address": "S / O Josh Doe, 202-parivar daser complex , dal  bazar , Gird , Gwalior , Lashkar City , Madhya Pradesh , 474019",
        "age_on_issue_date": "20",
        "dob": "2004-06-10",
        "epic_number": "ABC1234567",
        "gender": "Male",
        "issue_date": "2024-09-07",
        "state": "Gwalior",
        "type_voter_id": "New"
    }
}