πDocuments
This section is a collection of endpoints related to document classification and data extraction operations.
Validate Document Type
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"code": 200,
"result": true
}{
"code": 400,
"result": {
"msg": "'documentType' must be one of the following: CEDULA, PASSPORT"
}
}{
"code": 500,
"result": {
"msg": "Invalid payload. It must contain 'faceA', 'faceB' and 'threshold'."
}
}Validate Identity
Headers
Name
Type
Description
Request Body
Name
Type
Description
Last updated
Was this helpful?