Skip to content

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:

FieldDescription
Full nameFull name found on the passport
Date of birthDate of birth of the passport holder
NationalityNationality of the holder in a 2 letter country code
GenderGender of the holder. Options: Male, Female or Other
Place of birthThe holder's place of birth e.g. Croydon

Passport information

Extracted information on the passport itself include:

FieldDescription
Issue date
Expiry date
Serial number
Passport number
Passport typeOptions: Standard, Diplomatic, Service or Official
Issuing country2 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"
}
Example passport