> ## Documentation Index
> Fetch the complete documentation index at: https://telr-docs.cashfree.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Aadhaar

This page provides the success response of BharatOCR API for Aadhaar document.

<CodeGroup>
  ```Text AADHAAR_FRONT theme={null}
  {
    "verification_id": "test_verification_id",
    "reference_id": 1358,
    "status": "VALID",
    "document_type": "AADHAAR_FRONT",
    "document_fields": {
      "address": "S / O Josh Doe, 202-parivar daser complex , dal  bazar , Gird , Gwalior , Lashkar City , Madhya Pradesh , 474019",
      "dob": "2004-10-02",
      "father": "Josh Doe",
      "gender": "Male",
      "name": "John Doe",
      "uid": "123456789012",
    },
    "quality_checks": {
      "blur": true,
      "glare": false,
      "partially_present": false,
      "black_and_white": false,
      "face_present": true,
      "face_clear": false,
      "qr_present": false
    },
    "fraud_checks": {
      "is_screenshot": true,
      "is_photo_of_screen": false
    }
  }
  ```

  ```Text AADHAAR_BACK theme={null}
  {
    "verification_id": "test_verification_id",
    "reference_id": 1358,
    "status": "VALID",
    "document_type": "AADHAAR_BACK",
    "document_fields": {
      "address": "S / O Josh Doe, 202-parivar daser complex , dal  bazar , Gird , Gwalior , Lashkar City , Madhya Pradesh , 474019",
      "pincode": "474019",
      "uid": "123456789012"
    },
    "quality_checks": {
      "blur": true,
      "glare": false,
      "partially_present": false,
      "black_and_white": false,
      "face_present": false,
      "face_clear": false,
      "qr_present": false
    },
    "fraud_checks": {
      "is_screenshot": true,
      "is_photo_of_screen": false
    }
  }
  ```
</CodeGroup>
