MRZ Read & Document & Identity Validator
## ✈️ 1. MRZ (Machine Readable Zone) Parser Validate and extract data from the MRZ found on international passports and identity cards. Supports **TD1, TD2, TD3, MRVA, and MRVB** standards. **Detailed Response:** - **Identity Info**: Names, Surname, Gender, Birth Date. - **Document Info**: Type (Passport/ID), Issuer Country, Expiry Date. - **Validation**: Individual check digits for Doc Number,…
MRZ Read & Document & Identity Validator endpoints
| Method | Endpoint | Description |
|---|---|---|
| Machine Readable Zone | ||
| POST |
CheckMultipleMrz /mrz/check-multiple |
|
| POST |
CheckMrz /mrz/check |
Parses and validates Machine Readable Zone (MRZ) from ID Cards `TD1`/`TD2`, Passports `TD3` and `MRVA` / `MRVB` for Visas. Supports raw text with CRLF/LF or string array. |
| Document Number Validation | ||
| POST |
CheckMultipleDocumentNumbers /document/check-multiple |
Takes a list of document numbers and returns verification results for each one. |
| POST |
CheckDocumentNumber /document/check |
Endpoint verifies the checksum for: ID Card, e-ID Card, Passport, Residence Card, Driving License, Temporary Passport, Pole's Card, Travel Document. Accepts 9-character numbers. |
| Polish ID Validation API | ||
| POST |
CheckRegon /polish-id/check-regon |
|
| POST |
CheckPesel /polish-id/check-pesel |
|
| POST |
IdentifyPolishId /polish-id/identify |
|
| POST |
CheckNip /polish-id/check-nip |
|
| Polish ID Generator API | ||
| GET |
/generator/dowod/batch /generator/dowod/batch |
|
| GET |
/generator/pesel/batch /generator/pesel/batch |
|
| GET |
/generator/nip /generator/nip |
|
| GET |
/generator/mdowod/batch /generator/mdowod/batch |
|
| GET |
/generator/mdowod /generator/mdowod |
Returns a number starting with 'M', followed by 3 letters, a control digit, and 5 numbers. |
| GET |
/generator/dowod /generator/dowod |
|
| GET |
/generator/paszport /generator/paszport |
|
| GET |
/generator/nip/batch /generator/nip/batch |
|
| GET |
/generator/karta-pobytu/batch /generator/karta-pobytu/batch |
|
| GET |
/generator/karta-pobytu /generator/karta-pobytu |
|
| GET |
/generator/pesel /generator/pesel |
Returns a 11-digit Polish National Identification Number with a valid checksum. |
| GET |
/generator/regon /generator/regon |
|
| GET |
/generator/paszport/batch /generator/paszport/batch |
|
| GET |
/generator/regon/batch /generator/regon/batch |
|
MRZ Read & Document & Identity Validator pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $3 / month | — |
|
| ULTRA Recommended | $5 / month | — |
|
| MEGA | $7.5 / month | — |
|