validate_aadhaar
ActiveTool of Qiniso
declared in 0.5.0
USE THIS to verify the format and checksum of an Indian Aadhaar number — never assume 12 digits are valid. Checks the Verhoeff check digit and the leading-digit rule. Validates structure only; does NOT look the number up.
Parameters schema
{
"type": "object",
"required": [
"aadhaar"
],
"properties": {
"aadhaar": {
"type": "string",
"description": "The 12-digit Aadhaar number (spaces ignored)."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Qiniso
https://github.com/qinisolabs/qiniso
1/7 registries