Vision (stable)
Download OpenAPI specification:Download
Extraccion de datos en imagenes, capaz de obtener datos completo del INE (ambas caras), Pasaporte y proof-of-address de CFE
Extraccion de Imagenes
Authorizations:
apiKey
Request Body schema: multipart/form-data
document | string <binary> Imagen del documento que se desea extraer la informacion |
type | string (OcrTypes) Enum: "INE" "INE_REVERSO" "PASAPORTE" Tipo de documento del que se desea extraer la informacion |
Responses
Response samples
- 200
- 400
- 422
- 500
Content type
application/json
{- "success": true,
- "result": {
- "name": "LUIS ALBERTO",
- "last_name": "HERNANDEZ",
- "mothers_last_name": "MONTES",
- "birth_date": "1997-08-27",
- "gender": "H",
- "elector_key": "SXMXAS45382215J110",
- "curp": "SCMX951824MMCVRG11",
- "expiration_date": "2030-12-31",
- "street": "Av Xola 254",
- "neighborhood": "Alamos",
- "zip_code": "05024",
- "city": "CDMX",
- "province": "MEX",
- "emission_number": "02",
- "type": "INE",
- "ine_type": "EFGH",
- "state_id": "12",
- "city_id": "12",
- "section_id": "12",
- "locality_id": "12",
- "control": "2",
- "register_year": "2018",
- "emision_year": "2018"
}
}