Appearance
Passports
Passports are uploaded through the documents endpoint which details file types and size limitations.
Extracted data
These are the extracted fields of a passport
Passport holder
Extracted information on the holder of the passport include:
| Field | Description |
|---|---|
| Full name | Full name found on the passport |
| Date of birth | Date of birth of the passport holder |
| Nationality | Nationality of the holder in a 2 letter country code |
| Gender | Gender of the holder. Options: Male, Female or Other |
| Place of birth | The holder's place of birth e.g. Croydon |
Passport information
Extracted information on the passport itself include:
| Field | Description |
|---|---|
| Issue date | |
| Expiry date | |
| Serial number | |
| Passport number | |
| Passport type | Options: Standard, Diplomatic, Service or Official |
| Issuing country | 2 letter country code |
Example extraction
An example extraction followed by the passport image it was extracted from.
json
{
"fullName": "ANGELA IGE SMITH",
"dateOfBirth": "1973-08-19T00:00:00",
"nationality": "British Citizen",
"issueDate": "2018-07-04T00:00:00",
"expiryDate": "2028-07-28T00:00:00",
"serial": "99PD72776",
"gender": "Female",
"placeOfBirth": "LONDON",
"passportNumber": "99PD72776",
"passportType": "Standard",
"issuingCountry": "GB"
}

