# Download full result
This topic describes how to use this service to retrieve all data from the provider (see also the Open API documentation)
This service allows retrieving all the data from a process as it was obtained from the provider. No clean-up or normalisation is done for this data. The service can only be performed on processes that are finished.
The files that are expected as a result of calling this service are:
Data files, containing the raw information about the verification/authentication process, as obtained directly from the providers.
Media files:
- front: The image that was uploaded with the front of the identity document.
- back: The image that was uploaded with the back of the identity document.
- selfie: The image that was uploaded with the selfie of the end-user.
- portrait: Image containing the photo in the identity document.
- video: The video captured during the identification process.
Note: The files may differ from provider to provider (see below).
# Onfido
# Data files
# document_verification.json
This "raw" file contains all information about the facial similarity report.
# facial_similarity.json
This "raw" file is only retrieved if processType
is documentSelfie
or documentVideo
. It contains all information about the document report.
# Media files
Type | File name/format | Comment |
---|---|---|
front | front.jpeg/png/pdf | |
back | back.jpeg/png/pdf | Only retrieved if the ID document has a backside. |
selfie | selfie.jpeg/png/pdf | |
portrait | - | The provider does not extract the photo from the ID. |
video | video.mp4 |
# Electronic IDentification
# Data files
# ocr.json
This "raw" file contains all information about the OCR capture and automatic verification performed by EID.
# manual_approval.json
This "raw" file contains all information about the manual verification performed by the support agent.
# Media files
Type | File name/format | Comment |
---|---|---|
front | front.jpeg | |
back | back.jpeg | Only retrieved if the ID document has a backside. |
selfie | selfie.jpeg | |
portrait | portrait.jpeg | |
video | video.mp4 |
# Signicat Paper
# Data file
# analysis_result.json
This "raw" file contains all information about:
- The text fields that were obtained from the document.
- The data that was retrieved from MRZ reading the document.
- The data for the verification of the fields and MRZ elements.
# Media files
Type | File name/format | Comment |
---|---|---|
front | front.jpeg/png | |
back | back.jpeg/png | Only retrieved if the ID document has a backside. |
selfie | - | The provider does not use selfies. |
portrait | - | The provider does not extract the photo from the ID. |
video | video.mp4 |
# ReadID
# Data file
# readid_session.json
This "raw" file contains all information about contents you can retrieve from Electronic Machine Readable Travel Documents (eMRTD):
nfcSession
: The raw data of an eMRTD and the low-level details of the verification of an eMRTD.documentContent
: The interpreted data of an eMRTD, e.g. name, gender, date of birth etc. It also contains references to the face images stored in the document.ocrSession
: The MRZ that was OCR’ed and also a photo of the MRZ that was OCR’ed.vizSession (Alpha)
: References to the photo of the visual inspection zone of the eMRTD.consolidatedIdentityData
: This combines the best-interpreted data from multiple sources. Note: Do not use this unless told otherwise. This part is extended by some versions of the ReadID server.
# Media files
Type | File name/format | Comment |
---|---|---|
front | front.jpeg | |
back | - | The provider does not support documents with a backside. |
selfie | - | The provider does not use selfies. |
portrait | portrait.jpeg | |
video | - | The provider does not capture videos. |
# FaceTec
# Data files
# liveness.json
This "raw" file contains all the liveness information FaceTec provides from the face scan of the end-user.
# matching_facePortrait.json
This "raw" file contains all the information FaceTec provides when matching the end-user's face in the ID-photo/selfie with the face scan.
# Media files
Type | File name/format | Comment |
---|---|---|
front | front.png/jpeg | This file is only present if it was added to the FaceTec process. It contains the image of the front of the ID document. |
back | - | This provider does not use images from the backside of the ID document. |
selfie | selfie.png/jpeg | This file is only present if it was added to the FaceTec process. It contains the image of the end-user's face. |
portrait | - | This provider does not extract the photo from the ID. |
video | - | This provider does not capture videos. |
# Connect
# Data files
# token_response.json
This "raw" file contains the token response used to obtain the user information. In this token, you find the Access Token, an ID Token and optionally a Refresh Token.
# user_info.json/.txt
This "raw" file contains information about the end-user, obtained from the ID method used in the request. The user information can be configured to be obtained either in JSON or JWT format. When the user information is in JWT format, the file has a “.txt” extension. If the information is in JSON format the file has a “.json” extension.
# Media files
The provider does not use media files.