API reference · API validations

INE scraping validation

POST/api/validate/ine

INE scraping validation

Check for valid INE directly with an automated search in https://listanominal.ine.mx/scpln/ and return corresponding values of that ID.\n Scraping service will start working asynchronously and this service will return a resultsId to fetch the results in /api/fetch/ine. The recommended wait time is 20 sec.\n Possible parameters are ocr, cic, claveElector and numeroEmision but the parameters sent depend on the model of the INE/IFE to be consulted.\n Model C: IFE with emission year from 2008 to 2013, should send claveElector, numeroEmision and ocr from the back of ID.\n Model D: INE with emission year from 2013, should send cic from back of ID (9 characters) and OCR from the back of the ID (13 characters).\n Model E,F,G,H: INE with emission year from 2014 onwards, should send CIC from the back of the ID (9 characters) and citizen id (ocr) from the back of the ID (9 characters).\n Additional indications and information on the models of the credentials can be found in https://listanominal.ine.mx/scpln/

Authentication

Header Required Notes
x-api-key yes API key for the region/environment.
api-version yes API version, defaults to 1.0.

Category: API validations

Sources

Was this page helpful?