New Omni documentation is now available — policy-driven document verification and API reference. Explore Omni → · Custom Theme for KYC liveform: Learn more →
New Omni documentation is now available — policy-driven document verification and API reference. Explore Omni → · Custom Theme for KYC liveform: Learn more →
Extract structured data from government ID documents using OCR and data extraction algorithms.
{
"rawExtractions": {
"nombre": "LUIS DANIEL",
"domicilio": "C CAMPO AEREO 24",
"clave_de_elector": "SLGZL501094H42BH00",
"fecha_de_nacimiento": "09/09/2001"
},
"standardized": {
"country": "MEX",
"person": {
"name": {
"givenName": "LUIS DANIEL",
"paternalSurname": "GUZMAN",
"fullName": "LUIS DANIEL GUZMAN"
},
"gender": "male",
"dateOfBirth": "2001-09-09",
"nationality": "MEX"
},
"document": {
"type": "voter_id",
"number": "SLGZL501094H42BH00",
"issueDate": "2019-01-01",
"expiryDate": "2030-12-31",
"issuingAuthority": "INSTITUTO NACIONAL ELECTORAL"
},
"address": {
"street": "C CAMPO AEREO 24",
"city": "HUAJUAPAN DE LEON",
"state": "OAX",
"postalCode": "69007"
}
}
}Textify ID AutoParser API is a document text extraction service that processes government ID documents and extracts structured data from images. It supports ID documents by using four different templates. First, ID documents with general template; any ID documents that are not from countries from the second type. The second type is from following countries; Mexico (MEX), Philippines (PHL), and South Korea (KOR).Documentation Index
Fetch the complete documentation index at: https://developers.argosidentity.com/llms.txt
Use this file to discover all available pages before exploring further.
data:image/jpeg;base64, if present).
| Status Code | Error Type | Description |
|---|---|---|
| 400 | Bad Request | Request body must contain an image field with base64 data. |
| 401 | Unauthorized | Access Denied: API Key is unavailable. |
| 413 | Payload Too Large | Image file too large |
| 415 | Unsupported Media Type | Unsupported file format. Only JPEG and PNG files are supported. |
| 429 | Too Many Requests | Rate limit exceeded |
| 500 | Internal Server Error | OpenAI/Gemma API Server Error |
이 페이지가 도움이 되었나요?
{
"rawExtractions": {
"nombre": "LUIS DANIEL",
"domicilio": "C CAMPO AEREO 24",
"clave_de_elector": "SLGZL501094H42BH00",
"fecha_de_nacimiento": "09/09/2001"
},
"standardized": {
"country": "MEX",
"person": {
"name": {
"givenName": "LUIS DANIEL",
"paternalSurname": "GUZMAN",
"fullName": "LUIS DANIEL GUZMAN"
},
"gender": "male",
"dateOfBirth": "2001-09-09",
"nationality": "MEX"
},
"document": {
"type": "voter_id",
"number": "SLGZL501094H42BH00",
"issueDate": "2019-01-01",
"expiryDate": "2030-12-31",
"issuingAuthority": "INSTITUTO NACIONAL ELECTORAL"
},
"address": {
"street": "C CAMPO AEREO 24",
"city": "HUAJUAPAN DE LEON",
"state": "OAX",
"postalCode": "69007"
}
}
}