validate_pesel
ActiveTool of Qiniso
declared in 0.5.0
USE THIS to verify a Polish PESEL (national identification number) before relying on it — never assume 11 digits are valid. Checks the weighted mod-10 check digit. Call this for KYC/onboarding of Polish individuals.
Parameters schema
{
"type": "object",
"required": [
"pesel"
],
"properties": {
"pesel": {
"type": "string",
"description": "The 11-digit PESEL (spaces/dashes ignored)."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Qiniso
https://github.com/qinisolabs/qiniso
1/7 registries