Aadhaar

Overview

API allows user to send a file i.e. the image for aadhaar card and sends the response as a JSON object.

Price :

500 monthly
Endpoint
HTTP MethodEndpoint
posthttps://api.itaxeasy.com/admin/login
Body Parameters
NameTypeRequiredDescription
fileStringYesThe File i.e. image for Aadhaar card is required to extract and get any proper response.
Response Body
NameTypeRequiredDescription
yearOfBirthStringYesThe birthdate field extracted from the image..
genderStringYesThe gender field extracted from the image..
aadhaarNumberStringYesThe Aadhaar card number field extracted from the image..
nameStringYesThe name field extracted from the image..
{
      "status": "success",
      "data": {
          "yearOfBirth": "05/01/1989",
          "gender": "male",
          "aadhaarNumber": "400978972174",
          "name": "Pramod Kumar Yadav"
      }
  }