Identify passport types using AI

Below is a free classifier to identify passport types. Just upload your image, and our AI will predict what type of passport it is - in just seconds.

passport types identifier

API Access


import nyckel

credentials = nyckel.Credentials("YOUR_CLIENT_ID", "YOUR_CLIENT_SECRET")
nyckel.invoke("passport-types", "your_image_url", credentials)
            

fetch('https://www.nyckel.com/v1/functions/passport-types/invoke', {
    method: 'POST',
    headers: {
        'Authorization': 'Bearer ' + 'YOUR_BEARER_TOKEN',
        'Content-Type': 'application/json',
    },
    body: JSON.stringify(
        {"data": "your_image_url"}
    )
})
.then(response => response.json())
.then(data => console.log(data));
            

curl -X POST \
    -H "Content-Type: application/json" \
    -H "Authorization: Bearer YOUR_BEARER_TOKEN" \
    -d '{"data": "your_image_url"}' \
    https://www.nyckel.com/v1/functions/passport-types/invoke
            

How this classifier works

To start, upload your image. Our AI tool will then predict what type of passport it is.

This pretrained image model uses a Nyckel-created dataset and has 14 labels, including Business Passport, Child Passport, Diplomatic Passport, Electronic Passport, Emergency Passport, Military Passport, Non-Ordinary Passport, Official Passport, Refugee Travel Document and Standard Passport.

We'll also show a confidence score (the higher the number, the more confident the AI model is around what type of passport it is).

Whether you're just curious or building passport types detection into your application, we hope our classifier proves helpful.

Recommended Classifiers

Need to identify passport types at scale?

Get API or Zapier access to this classifier for free. It's perfect for:



  • Fraud Detection: This function can be utilized by financial institutions to automatically identify fraudulent passport copies submitted for opening bank accounts. By classifying the passport type, banks can discern between legitimate and manipulated documents, minimizing the risk of identity theft and fraud.

  • Immigration Processing: Government agencies can implement this function in their visa and immigration processing systems to quickly classify and verify the authenticity of passport types. This ensures that applications are processed efficiently and that any false documents are flagged for further investigation.

  • Travel Verification: Airlines can use this classification function at check-in counters to verify passengers’ travel documents, ensuring that they are valid passports before allowing boardings. This enhances security and compliance with international travel regulations.

  • Identity Verification Services: Companies offering identity verification services can integrate this function to improve their accuracy in identifying the type and validity of passports presented by clients. By ensuring accurate classification, they can reduce the potential for human errors during verification processes.

  • E-Government Services: E-Government platforms can incorporate this function to enhance the user experience and security when citizens submit passport information online. By automatically identifying and validating the passport types, these platforms can streamline service delivery and improve trust in government transactions.

  • Anti-Money Laundering (AML) Efforts: Financial crime units can leverage this function to assist in ongoing AML efforts by identifying discrepancies in passport submissions for account opening. By ensuring that the correct passport types are represented, authorities can trace suspicious activities related to money laundering more effectively.

  • Training and Compliance Programs: Organizations can use this classification function in training modules for employees who handle travel or customer identity verification. By understanding the characteristics of different passport types, employees can be better equipped to identify potential misrepresentations and comply with regulatory standards.

Want this classifier for your business?

In just minutes you can automate a manual process or validate your proof-of-concept.

Get Access