NATIONAL_ID
, PASSPORT
, DRIVER_LICENSE
{"verification": {"info": {"firstname": {"value": "JOHN","crosscheck_score": 1.0,"cross_checkable": true},"lastname": {"value": "DOE","crosscheck_score": 0.95,"cross_checkable": true},"birth_date": {"value": "1986-01-06","crosscheck_score": 1.0,"cross_checkable": true},"document_number": {"value": "111111111","crosscheck_score": 1.0,"cross_checkable": true},"document_country": {"value": "USA","crosscheck_score": 0.0,"cross_checkable": false},"document_type": {"value": "PASSPORT","crosscheck_score": 0.0,"cross_checkable": false},"expiration_date": {"value": "2027-03-22","crosscheck_score": 1.0,"cross_checkable": true},"nationality": {"value": "USA","crosscheck_score": 0.0,"cross_checkable": false}},"valid": true,"authenticity_score": 0.996,"features": {"security": [{"name": "Signature","confidence_score": 0.999,"included": true},{"name": "Face","confidence_score": 0.999,"included": true},{"name": "Second Birth Date","confidence_score": 0.999,"included": true},{"name": "Passport Header","confidence_score": 0.999,"included": true}],"data": [{"name": "Document Type","confidence_score": 0.995,"included": true},{"name": "Document Country","confidence_score": 0.997,"included": true},{"name": "Firstname","confidence_score": 0.996,"included": true},{"name": "Gender","confidence_score": 0.999,"included": true},{"name": "Identity Number","confidence_score": 0.997,"included": true},{"name": "Expiration Date","confidence_score": 0.999,"included": true},{"name": "Issuing Date","confidence_score": 0.998,"included": true},{"name": "Birth Date","confidence_score": 0.999,"included": true},{"name": "Lastname","confidence_score": 0.999,"included": true},{"name": "Nationality","confidence_score": 0.999,"included": true},{"name": "Height","confidence_score": 0.999,"included": true},{"name": "Birth Place","confidence_score": 0.998,"included": true},{"name": "Document Number","confidence_score": 0.999,"included": true},{"name": "Authority","confidence_score": 0.999,"included": true}],"mrz": [{"name": "MRZ","confidence_score": 0.999,"included": true,"verified": true}]},"notices": []},"certificate_link": "https://synaps-ai-certificates.synaps.io","session_id": "iSF0Xh-Si3ZV1-9CevQe-eUdgjX"}
If you want a non-blocking request, you can schedule a document verification and get called back with your callback_url. It will allows you to get your response back later on. To schedule a request and get called back, simply add callback_url as a query parameters. We will fire an event to the URL when the document processing is finished.
Field |
| Description |
verification |
| Complete verification structure |
session_id |
| Session ID of the identity verification |
The download link will give you a PDF file which is a certificate of a completed identity verification.
Field |
| Description |
info |
| Person identity information |
valid |
|
missing information or expiration |
authenticity_score |
| overall score of the processed verification based on our AI confidence score and cross checking score when any |
features |
| list of security features, data and MRZ that must be on the document to be genuine |
notices |
| list of elements noticed when performing the identity verification (such as expiration date, data inconsistency, missing security feature) |
Field |
| Description |
firstname |
| Legal firstname |
lastname |
| Legal lastname |
birth_date |
| Birth Date (Format |
document_number |
| Document number |
document_country |
| Document country (ISO-3166 format) |
document_type |
| Document Type ( |
document_expiration |
| Document Expiration Date (Format |
nationality |
| Nationality country (ISO-3166 format) - Empty if document_type is a Driver License |
Field |
| Description |
value |
| Value of the field |
crosscheck_score |
| Cross-check score (if there is a MRZ, a cross-checking will be processed against OCR value) |
cross_checkable |
|
​ if |
Field |
| Description |
security |
| list of all security features included in the document |
data |
| list of all document data included in the document |
mrz |
| list of all MRZ (Machine Readable Zone) included on the document |
Field |
| Description |
value |
| Name of the security feature |
confidence_score |
| Percentage (0 to 1) of our AI confidence score |
included |
|
|
Field |
| Description |
value |
| Name of the document data field |
confidence_score |
| Percentage (0 to 1) of our AI confidence score |
included |
|
|
Field |
| Description |
value |
| Name of the Machine Readable Zone |
confidence_score |
| Percentage (0 to 1) of our AI confidence score |
included |
|
|
verified |
|
|
​
Field |
| Description |
name |
| Name of the element involved |
type |
| There is for 4 types of notices:
|