Supported Personally Identifiable Information (PII) entity categories

Use this article to find the entity categories that can be returned by the PII detection feature. This feature runs a predictive model to identify, categorize, and redact sensitive information from an input document.

The PII feature includes the ability to detect personal (PII) and health (PHI) information.

Entity categories

Note

To detect protected health information (PHI), use the domain=phi parameter and model version 2020-04-01 or later.

The following entity categories are returned when you're sending API requests PII feature.

Category: Person

This category contains the following entity:

Entity

Person

Details

Names of people. Returned as both PII and PHI.

To get this entity category, add Person to the piiCategories parameter. Person will be returned in the API response if detected.

Supported document languages

en, es, fr, de, it, zh-hans, ja, ko, pt-pt, pt-br

Category: PersonType

This category contains the following entity:

Entity

PersonType

Details

Job types or roles held by a person.

To get this entity category, add PersonType to the piiCategories parameter. PersonType will be returned in the API response if detected.

Supported document languages

en, es, fr, de, it, zh-hans, ja, ko, pt-pt, pt-br

Category: PhoneNumber

This category contains the following entity:

Entity

PhoneNumber

Details

Phone numbers (US and EU phone numbers only). Returned as both PII and PHI.

To get this entity category, add PhoneNumber to the piiCategories parameter. PhoneNumber will be returned in the API response if detected.

Supported document languages

en, es, fr, de, it, zh-hans, ja, ko, pt-pt pt-br

Category: Organization

This category contains the following entity:

Entity

Organization

Details

Companies, political groups, musical bands, sport clubs, government bodies, and public organizations. Nationalities and religions are not included in this entity type. Returned as both PII and PHI.

To get this entity category, add Organization to the piiCategories parameter. Organization will be returned in the API response if detected.

Supported document languages

en, es, fr, de, it, zh-hans, ja, ko, pt-pt, pt-br

Subcategories

The entity in this category can have the following subcategories.

Entity subcategory

Medical

Details

Medical companies and groups.

To get this entity category, add OrganizationMedical to the piiCategories parameter. OrganizationMedical will be returned in the API response if detected.

Supported document languages

en

Stock exchange

Stock exchange groups.

To get this entity category, add OrganizationStockExchange to the piiCategories parameter. OrganizationStockExchange will be returned in the API response if detected.

en

Sports

Sports-related organizations.

To get this entity category, add OrganizationSports to the piiCategories parameter. OrganizationSports will be returned in the API response if detected.

en

Category: Address

This category contains the following entity:

Entity

Address

Details

Full mailing address. Returned as both PII and PHI.

To get this entity category, add Address to the piiCategories parameter. Address will be returned in the API response if detected.

Supported document languages

en, es, fr, de, it, zh-hans, ja, ko, pt-pt, pt-br

Category: Email

This category contains the following entity:

Entity

Email

Details

Email addresses. Returned as both PII and PHI.

To get this entity category, add Email to the piiCategories parameter. Email will be returned in the API response if detected.

Supported document languages

en, es, fr, de, it, zh-hans, ja, ko, pt-pt, pt-br

Category: URL

This category contains the following entity:

Entity

URL

Details

URLs to websites. Returned as both PII and PHI.

To get this entity category, add URL to the piiCategories parameter. URL will be returned in the API response if detected.

Supported document languages

en, es, fr, de, it, zh-hans, ja, ko, pt-pt, pt-br

Category: IP Address

This category contains the following entity:

Entity

IPAddress

Details

Network IP addresses. Returned as both PII and PHI.

To get this entity category, add IPAddress to the piiCategories parameter. IPAddress will be returned in the API response if detected.

Supported document languages

en, es, fr, de, it, zh-hans, ja, ko, pt-pt, pt-br

Category: DateTime

This category contains the following entities:

Entity

DateTime

Details

Dates and times of day.

To get this entity category, add DateTime to the piiCategories parameter. DateTime will be returned in the API response if detected.

Supported document languages

en, es, fr, de, it, zh-hans, ja, ko, pt-pt, pt-br

Subcategories

The entity in this category can have the following subcategories.

Entity subcategory

Date

Details

Calender dates. Returned as both PII and PHI.

To get this entity category, add Date to the piiCategories parameter. Date will be returned in the API response if detected.

Supported document languages

en, es, fr, de, it, zh-hans, ja, ko, pt-pt, pt-br

Category: Quantity

This category contains the following entities:

Entity

Quantity

Details

Numbers and numeric quantities.

Supported document languages

en, es, fr, de, it, zh-hans, ja, ko, pt-pt, pt-br

Subcategories

The entity in this category can have the following subcategories.

Entity subcategory

Age

Details

Ages.

Supported document languages

en, es, fr, de, it, zh-hans, pt-pt, pt-br

Azure information

These entity categories include identifiable Azure information like authentication information and connection strings. Not returned as PHI.

Entity

Azure DocumentDB Auth Key

Details

Authorization key for an Azure Cosmos DB server.

To get this entity category, add AzureDocumentDBAuthKey to the piiCategories parameter. AzureDocumentDBAuthKey will be returned in the API response if detected.

Supported document languages

en

Azure IAAS Database Connection String and Azure SQL Connection String.

Connection string for an Azure infrastructure as a service (IaaS) database, and SQL connection string.

To get this entity category, add AzureIAASDatabaseConnectionAndSQLString to the piiCategories parameter. AzureIAASDatabaseConnectionAndSQLString will be returned in the API response if detected.

en

Azure IoT Connection String

Connection string for Azure IoT.

To get this entity category, add AzureIoTConnectionString to the piiCategories parameter. AzureIoTConnectionString will be returned in the API response if detected.

en

Azure Publish Setting Password

Password for Azure publish settings.

To get this entity category, add AzurePublishSettingPassword to the piiCategories parameter. AzurePublishSettingPassword will be returned in the API response if detected.

en

Azure Redis Cache Connection String

Connection string for a Redis cache.

To get this entity category, add AzureRedisCacheString to the piiCategories parameter. AzureRedisCacheString will be returned in the API response if detected.

en

Azure SAS

Connection string for Azure software as a service (SaaS).

To get this entity category, add AzureSAS to the piiCategories parameter. AzureSAS will be returned in the API response if detected.

en

Azure Service Bus Connection String

Connection string for an Azure service bus.

To get this entity category, add AzureServiceBusString to the piiCategories parameter. AzureServiceBusString will be returned in the API response if detected.

en

Azure Storage Account Key

Account key for an Azure storage account.

To get this entity category, add AzureStorageAccountKey to the piiCategories parameter. AzureStorageAccountKey will be returned in the API response if detected.

en

Azure Storage Account Key (Generic)

Generic account key for an Azure storage account.

To get this entity category, add AzureStorageAccountGeneric to the piiCategories parameter. AzureStorageAccountGeneric will be returned in the API response if detected.

en

SQL Server Connection String

Connection string for a computer running SQL Server.

To get this entity category, add SQLServerConnectionString to the piiCategories parameter. SQLServerConnectionString will be returned in the API response if detected.

en

Identification

Financial account identification

This entity category includes financial information and official forms of identification.

Category: ABA routing number

This category contains the following entity:

Entity

ABA routing number

Details

American Banker Association (ABA) transit routing numbers. Also returned with domain=phi.

To get this entity category, add ABARoutingNumber to the piiCategories parameter. ABARoutingNumber will also be returned in the API response if detected.

Supported document languages

en

Category: SWIFT code

This category contains the following entity:

Entity

SWIFT code

Details

SWIFT codes for payment instruction information. Also returned with domain=phi.

To get this entity category, add SWIFTCode to the piiCategories parameter. SWIFTCode will be returned in the API response if detected.

Supported document languages

en, es, fr, de, it, pt-pt, pt-br, ja

Category: Credit card

This category contains the following entity:

Entity

Credit card

Details

Credit card numbers. Also returned with domain=phi.

To get this entity category, add CreditCardNumber to the piiCategories parameter. CreditCardNumber will be returned in the API response if detected.

Supported document languages

en, es, fr, de, it, pt-pt, pt-br, ja, zh-hans, ja, ko

Category: International Banking Account Number (IBAN)

This category contains the following entity:

Entity

Credit card

Details

IBAN codes for payment instruction information. Also returned with domain=phi.

To get this entity category, add InternationalBankingAccountNumber to the piiCategories parameter. InternationalBankingAccountNumber will be returned in the API response if detected.

Supported document languages

en, es, fr, de, it, pt-pt, pt-br

Government and country/region-specific identification

Note

The following financial and country/region-specific entities are not returned with the domain=phi parameter:

  • Passport numbers
  • Tax IDs

The following entities are grouped and listed by country/region:

Argentina

Entity

Argentina National Identity (DNI) Number

Details Also returned with domain=phi.

To get this entity category, add ARNationalIdentityNumber to the piiCategories parameter. ARNationalIdentityNumber will be returned in the API response if detected.

Supported document languages

en, es

Austria

Entity

Austria identity card

Details

To get this entity category, add ATIdentityCard to the piiCategories parameter. ATIdentityCard will be returned in the API response if detected.

Supported document languages

de

Austria tax identification number

To get this entity category, add ATTaxIdentificationNumber to the piiCategories parameter. ATTaxIdentificationNumber will be returned in the API response if detected.

de

Austria Value Added Tax (VAT) number

To get this entity category, add ATValueAddedTaxNumber to the piiCategories parameter. ATValueAddedTaxNumber will be returned in the API response if detected.

de

Australia

Entity

Australia bank account number

Details

To get this entity category, add AUBankAccountNumber to the piiCategories parameter. AUBankAccountNumber will be returned in the API response if detected.

Also returned with domain=phi.

Supported document languages

en

Australian business number

To get this entity category, add AUBusinessNumber to the piiCategories parameter. AUBusinessNumber will be returned in the API response if detected.

en

Australia Company Number

To get this entity category, add AUCompanyNumber to the piiCategories parameter. AUCompanyNumber will be returned in the API response if detected.

en

Australia driver's license

To get this entity category, add AUDriversLicenseNumber to the piiCategories parameter. AUDriversLicenseNumber will be returned in the API response if detected.

Also returned with domain=phi.

en

Australia medical account number

To get this entity category, add AUMedicalAccountNumber to the piiCategories parameter. AUMedicalAccountNumber will be returned in the API response if detected.

Also returned with domain=phi.

en

Australia passport number

To get this entity category, add AUPassportNumber to the piiCategories parameter. AUPassportNumber will be returned in the API response if detected.

en

Australia tax file number

To get this entity category, add AUTaxFileNumber to the piiCategories parameter. AUTaxFileNumber will be returned in the API response if detected.

en

Belgium

Entity

Belgium national number

Details

To get this entity category, add BENationalNumber to the piiCategories parameter. BENationalNumber will be returned in the API response if detected.

Also returned with domain=phi.

Supported document languages

fr, de

Entity

Belgium national number V2

Details

To get this entity category, add BENationalNumberV2 to the piiCategories parameter. BENationalNumberV2 will be returned in the API response if detected.

Also returned with domain=phi.

Supported document languages

fr, de

Belgium Value Added Tax (VAT) number

To get this entity category, add BEValueAddedTaxNumber to the piiCategories parameter. BEValueAddedTaxNumber will be returned in the API response if detected.

fr, de

Brazil

Entity

Brazil legal entity number (CNPJ)

Details

To get this entity category, add BRLegalEntityNumber to the piiCategories parameter. BRLegalEntityNumber will be returned in the API response if detected.

Also returned with domain=phi.

Supported document languages

pt-pt, pt-br

Brazil CPF number

To get this entity category, add BRCPFNumber to the piiCategories parameter. BRCPFNumber will be returned in the API response if detected.

Also returned with domain=phi.

pt-pt, pt-br

Brazil National ID Card (RG)

To get this entity category, add BRNationalIDRG to the piiCategories parameter. BRNationalIDRG will be returned in the API response if detected.

Also returned with domain=phi.

pt-pt, pt-br

Canada

Entity

Canada bank account number

Details

To get this entity category, add CABankAccountNumber to the piiCategories parameter. CABankAccountNumber will be returned in the API response if detected.

Also returned with domain=phi.

Supported document languages

en, fr

Canada driver's license number

To get this entity category, add CADriversLicenseNumber to the piiCategories parameter. CADriversLicenseNumber will be returned in the API response if detected.

Also returned with domain=phi.

en, fr

Canada health service number

To get this entity category, add CAHealthServiceNumber to the piiCategories parameter. CAHealthServiceNumber will be returned in the API response if detected.

Also returned with domain=phi.

en, fr

Canada passport number

To get this entity category, add CAPassportNumber to the piiCategories parameter. CAPassportNumber will be returned in the API response if detected.

en, fr

Canada Personal Health Identification Number (PHIN)

To get this entity category, add CAPersonalHealthIdentification to the piiCategories parameter. CAPersonalHealthIdentification will be returned in the API response if detected.

Also returned with domain=phi.

en, fr

Canada social insurance number

To get this entity category, add CASocialInsuranceNumber to the piiCategories parameter. CASocialInsuranceNumber will be returned in the API response if detected.

Also returned with domain=phi.

en, fr

Chile

Entity

Chile identity card number

Details

To get this entity category, add CLIdentityCardNumber to the piiCategories parameter. CLIdentityCardNumber will be returned in the API response if detected.

Also returned with domain=phi.

Supported document languages

es

China

Entity

China Resident Identity Card (PRC) number

Details

To get this entity category, add CNResidentIdentityCardNumber to the piiCategories parameter. CNResidentIdentityCardNumber will be returned in the API response if detected.

Also returned with domain=phi.

Supported document languages

zh-hans

European Union (EU)

Entity

EU debit card number

Details

To get this entity category, add EUDebitCardNumber to the piiCategories parameter. EUDebitCardNumber will be returned in the API response if detected.

Also returned with domain=phi.

Supported document languages

en, es, fr, de, it, pt-pt

EU driver's license number

To get this entity category, add EUDriversLicenseNumber to the piiCategories parameter. EUDriversLicenseNumber will be returned in the API response if detected.

Also returned with domain=phi.

en, es, fr, de, it, pt-pt

EU GPS coordinates

To get this entity category, add EUGPSCoordinates to the piiCategories parameter. EUGPSCoordinates will be returned in the API response if detected.

en, es, fr, de, it, pt-pt

EU national identification number

To get this entity category, add EUNationalIdentificationNumber to the piiCategories parameter. EUNationalIdentificationNumber will be returned in the API response if detected.

Also returned with domain=phi.

en, es, fr, de, it, pt-pt

EU passport number

To get this entity category, add EUPassportNumber to the piiCategories parameter. EUPassportNumber will be returned in the API response if detected.

en, es, fr, de, it, pt-pt

EU Social Security Number (SSN) or equivalent ID

To get this entity category, add EUSocialSecurityNumber to the piiCategories parameter. EUSocialSecurityNumber will be returned in the API response if detected.

Also returned with domain=phi.

en, es, fr, de, it, pt-pt

EU Tax Identification Number (TIN)

To get this entity category, add EUTaxIdentificationNumber to the piiCategories parameter. EUTaxIdentificationNumber will be returned in the API response if detected.

en, es, fr, de, it, pt-pt

France

Entity

France driver's license number

Details

To get this entity category, add FRDriversLicenseNumber to the piiCategories parameter. FRDriversLicenseNumber will be returned in the API response if detected.

Also returned with domain=phi.

Supported document languages

fr

France health insurance number

To get this entity category, add FRHealthInsuranceNumber to the piiCategories parameter. FRHealthInsuranceNumber will be returned in the API response if detected.

fr

France national ID card (CNI)

To get this entity category, add FRNationalID to the piiCategories parameter. FRNationalID will be returned in the API response if detected.

Also returned with domain=phi.

fr

France passport number

To get this entity category, add FRPassportNumber to the piiCategories parameter. FRPassportNumber will be returned in the API response if detected.

fr

France Social Security Number (INSEE)

To get this entity category, add FRSocialSecurityNumber to the piiCategories parameter. FRSocialSecurityNumber will be returned in the API response if detected.

Also returned with domain=phi.

fr

France tax identification number (Numéro SPI)

To get this entity category, add FRTaxIdentificationNumber to the piiCategories parameter. FRTaxIdentificationNumber will be returned in the API response if detected.

fr

France Value Added Tax (VAT) number

To get this entity category, add FRValueAddedTaxNumber to the piiCategories parameter. FRValueAddedTaxNumber will be returned in the API response if detected.

fr

Germany

Entity

German Driver's License Number

Details

To get this entity category, add DEDriversLicenseNumber to the piiCategories parameter. DEDriversLicenseNumber will be returned in the API response if detected.

Also returned with domain=phi.

Supported document languages

de

Germany Identity Card Number

To get this entity category, add DEIdentityCardNumber to the piiCategories parameter. DEIdentityCardNumber will be returned in the API response if detected.

Also returned with domain=phi.

de

Germany passport number

To get this entity category, add DEPassportNumber to the piiCategories parameter. DEPassportNumber will be returned in the API response if detected.

de

Germany Tax Identification Number

To get this entity category, add DETaxIdentificationNumber to the piiCategories parameter. DETaxIdentificationNumber will be returned in the API response if detected.

de

Germany Value Added Tax Number

Details

To get this entity category, add DEValueAddedNumber to the piiCategories parameter. DEValueAddedNumber will be returned in the API response if detected.

de

Hong Kong Special Administrative Region

Entity

Hong Kong Identity Card (HKID) Number

Details

To get this entity category, add HKIdentityCardNumber to the piiCategories parameter. HKIdentityCardNumber will be returned in the API response if detected.

Also returned with domain=phi.

Supported document languages

en

Hungary

Entity

Hungary Personal Identification Number

Details

To get this entity category, add HUPersonalIdentificationNumber to the piiCategories parameter. HUPersonalIdentificationNumber will be returned in the API response if detected.

Supported document languages

en

Hungary Tax identification Number

To get this entity category, add HUTaxIdentificationNumber to the piiCategories parameter. HUTaxIdentificationNumber will be returned in the API response if detected.

en

Hungary Value Added Tax Number

To get this entity category, add HUValueAddedNumber to the piiCategories parameter. HUValueAddedNumber will be returned in the API response if detected.

en

India

Entity

India Permanent Account Number (PAN)

Details

To get this entity category, add INPermanentAccount to the piiCategories parameter. INPermanentAccount will be returned in the API response if detected.

Also returned with domain=phi.

Supported document languages

en

India Unique Identification (Aadhaar) Number

Details

To get this entity category, add INUniqueIdentificationNumber to the piiCategories parameter. INUniqueIdentificationNumber will be returned in the API response if detected.

Also returned with domain=phi.

en

Indonesia

Entity

Indonesia Identity Card (KTP) Number

Details

To get this entity category, add IDIdentityCardNumber to the piiCategories parameter. IDIdentityCardNumber will be returned in the API response if detected.

Also returned with domain=phi.

Supported document languages

en

Ireland

Entity

Ireland Personal Public Service (PPS) Number

Details

To get this entity category, add IEPersonalPublicServiceNumber to the piiCategories parameter. IEPersonalPublicServiceNumber will be returned in the API response if detected.

Also returned with domain=phi.

Supported document languages

en

Ireland Personal Public Service (PPS) Number v2

To get this entity category, add IEPersonalPublicServiceNumberV2 to the piiCategories parameter. IEPersonalPublicServiceNumberV2 will be returned in the API response if detected.

Supported document languages

en

Israel

Entity

Israel National ID

Details

To get this entity category, add ILNationalID to the piiCategories parameter. ILNationalID will be returned in the API response if detected.

Supported document languages

en

Israel Bank Account Number

To get this entity category, add ILBankAccountNumber to the piiCategories parameter. ILBankAccountNumber will be returned in the API response if detected.

Also returned with domain=phi.

en

Italy

Entity

Italy Driver's License ID

Details

To get this entity category, add ITDriversLicenseNumber to the piiCategories parameter. ITDriversLicenseNumber will be returned in the API response if detected.

Also returned with domain=phi.

Supported document languages

it

Italy Fiscal Code

To get this entity category, add ITFiscalCode to the piiCategories parameter. ITFiscalCode will be returned in the API response if detected.

it

Italy Value Added Tax Number

To get this entity category, add ITValueAddedTaxNumber to the piiCategories parameter. ITValueAddedTaxNumber will be returned in the API response if detected.

it

Japan

Entity

Japan Bank Account Number

Details

To get this entity category, add JPBankAccountNumber to the piiCategories parameter. JPBankAccountNumber will be returned in the API response if detected.

Also returned with domain=phi.

Supported document languages

ja

Japan Driver's License Number

To get this entity category, add JPDriversLicenseNumber to the piiCategories parameter. JPDriversLicenseNumber will be returned in the API response if detected.

Also returned with domain=phi.

ja

Japan "My Number" (personal)

To get this entity category, add JPMyNumberPersonal to the piiCategories parameter. JPMyNumberPersonal will be returned in the API response if detected.

ja

Japan "My Number" (Corporate)

To get this entity category, add JPMyNumberCorporate to the piiCategories parameter. JPMyNumberCorporate will be returned in the API response if detected.

ja

Japan Resident Registration Number

To get this entity category, add ITValueAddedTaxNumber to the piiCategories parameter. ITValueAddedTaxNumber will be returned in the API response if detected.

Also returned with domain=phi.

ja

Japan Residence Card Number

To get this entity category, add JPResidenceCardNumber to the piiCategories parameter. JPResidenceCardNumber will be returned in the API response if detected.

Also returned with domain=phi.

ja

Japan Social Insurance Number (SIN)

To get this entity category, add JPSocialInsuranceNumber to the piiCategories parameter. JPSocialInsuranceNumber will be returned in the API response if detected.

Also returned with domain=phi.

ja

Japan Passport Number

To get this entity category, add JPPassportNumber to the piiCategories parameter. JPPassportNumber will be returned in the API response if detected.

ja

Luxembourg

Entity

Luxembourg National Identification Number (Natural persons)

Details

To get this entity category, add LUNationalIdentificationNumberNatural to the piiCategories parameter. LUNationalIdentificationNumberNatural will be returned in the API response if detected.

Supported document languages

fr, de

Luxembourg National Identification Number (Non-natural persons)

To get this entity category, add LUNationalIdentificationNumberNonNatural to the piiCategories parameter. LUNationalIdentificationNumberNonNatural will be returned in the API response if detected.

fr, de

Malta

Entity

Malta Identity Card Number

Details

To get this entity category, add MTIdentityCardNumber to the piiCategories parameter. MTIdentityCardNumber will be returned in the API response if detected.

Supported document languages

en

Malta Tax Identification Number

To get this entity category, add MTTaxIDNumber to the piiCategories parameter. MTTaxIDNumber will be returned in the API response if detected.

en

New Zealand

Entity

New Zealand Bank Account Number

Details

To get this entity category, add NZBankAccountNumber to the piiCategories parameter. NZBankAccountNumber will be returned in the API response if detected.

Supported document languages

en

New Zealand Driver's License Number

To get this entity category, add NZDriversLicenseNumber to the piiCategories parameter. NZDriversLicenseNumber will be returned in the API response if detected.

en

New Zealand Inland Revenue Number

To get this entity category, add NZInlandRevenueNumber to the piiCategories parameter. NZInlandRevenueNumber will be returned in the API response if detected.

en

New Zealand Ministry of Health Number

To get this entity category, add NZMinistryOfHealthNumber to the piiCategories parameter. NZMinistryOfHealthNumber will be returned in the API response if detected.

Also returned with domain=phi.

en

New Zealand Social Welfare Number

To get this entity category, add NZSocialWelfareNumber to the piiCategories parameter. NZSocialWelfareNumber will be returned in the API response if detected.

en

Philippines

Entity

Philippines Unified Multi-Purpose ID Number

Details

To get this entity category, add PHUnifiedMultiPurposeIDNumber to the piiCategories parameter. PHUnifiedMultiPurposeIDNumber will be returned in the API response if detected.

Also returned with domain=phi.

Supported document languages

en

Portugal

Entity

Portugal Citizen Card Number

Details

To get this entity category, add PTCitizenCardNumber to the piiCategories parameter. PTCitizenCardNumber will be returned in the API response if detected.

Also returned with domain=phi.

Supported document languages

pt-pt

Portugal Tax Identification Number

To get this entity category, add PTTaxIdentificationNumber to the piiCategories parameter. PTTaxIdentificationNumber will be returned in the API response if detected.

Also returned with domain=phi.

pt-pt

Singapore

Entity

Singapore National Registration ID Card (NRIC) Number

Details

To get this entity category, add PTTaxIdentificationNumber to the piiCategories parameter. PTTaxIdentificationNumber will be returned in the API response if detected.

Supported document languages

en, zh-hans

South Africa

Entity

South Africa Identification Number

Details

To get this entity category, add ZAIdentificationNumber to the piiCategories parameter. ZAIdentificationNumber will be returned in the API response if detected.

Also returned with domain=phi.

Supported document languages

en

South Korea

Entity

South Korea Resident Registration Number

Details

To get this entity category, add KRResidentRegistrationNumber to the piiCategories parameter. KRResidentRegistrationNumber will be returned in the API response if detected.

Also returned with domain=phi.

Supported document languages

ko

Spain

Entity

Spain DNI

Details

To get this entity category, add ESDNI to the piiCategories parameter. ESDNI will be returned in the API response if detected.

Supported document languages

es

Spain Social Security Number (SSN)

To get this entity category, add ESSocialSecurityNumber to the piiCategories parameter. ESSocialSecurityNumber will be returned in the API response if detected.

Also returned with domain=phi.

es

Spain Tax Identification Number

To get this entity category, add ESTaxIdentificationNumber to the piiCategories parameter. ESTaxIdentificationNumber will be returned in the API response if detected.

es

Switzerland

Entity

Swiss Social Security Number AHV

Details

To get this entity category, add CHSocialSecurityNumber to the piiCategories parameter. CHSocialSecurityNumber will be returned in the API response if detected.

Supported document languages

fr, de, it

Taiwan

Entity

Taiwan National ID

Details

To get this entity category, add TWNationalID to the piiCategories parameter. TWNationalID will be returned in the API response if detected.

Also returned with domain=phi.

Supported document languages

en

Taiwan Resident Certificate (ARC/TARC)

To get this entity category, add TWResidentCertificate to the piiCategories parameter. TWResidentCertificate will be returned in the API response if detected.

Also returned with domain=phi.

en

Taiwan Passport Number

To get this entity category, add TWPassportNumber to the piiCategories parameter. TWPassportNumber will be returned in the API response if detected.

en

United Kingdom

Entity

U.K. Driver's License Number

Details

To get this entity category, add UKDriversLicenseNumber to the piiCategories parameter. UKDriversLicenseNumber will be returned in the API response if detected.

Also returned with domain=phi.

Supported document languages

en

U.K. Electoral Roll Number

To get this entity category, add UKNationalInsuranceNumber to the piiCategories parameter. UKNationalInsuranceNumber will be returned in the API response if detected.

Also returned with domain=phi.

en

U.K. National Health Service (NHS) Number

To get this entity category, add UKNationalHealthNumber to the piiCategories parameter. UKNationalHealthNumber will be returned in the API response if detected.

Also returned with domain=phi.

en

U.K. National Insurance Number (NINO)

To get this entity category, add UKNationalInsuranceNumber to the piiCategories parameter. UKNationalInsuranceNumber will be returned in the API response if detected.

Also returned with domain=phi.

en

U.K. or U.S. Passport Number

To get this entity category, add USUKPassportNumber to the piiCategories parameter. USUKPassportNumber will be returned in the API response if detected.

en

U.K. Unique Taxpayer Reference Number

To get this entity category, add UKUniqueTaxpayerNumber to the piiCategories parameter. UKUniqueTaxpayerNumber will be returned in the API response if detected.

en

United States

Entity

U.S. Social Security Number (SSN)

Details

To get this entity category, add USSocialSecurityNumber to the piiCategories parameter. USSocialSecurityNumber will be returned in the API response if detected.

Also returned with domain=phi.

Supported document languages

en

U.S. Driver's License Number

To get this entity category, add USDriversLicenseNumber to the piiCategories parameter. USDriversLicenseNumber will be returned in the API response if detected.

Also returned with domain=phi.

en

U.S. or U.K. Passport Number

To get this entity category, add USUKPassportNumber to the piiCategories parameter. USUKPassportNumber will be returned in the API response if detected.

en

U.S. Individual Taxpayer Identification Number (ITIN)

To get this entity category, add USIndividualTaxpayerIdentification to the piiCategories parameter. USIndividualTaxpayerIdentification will be returned in the API response if detected.

en

U.S. Drug Enforcement Agency (DEA) Number

To get this entity category, add DrugEnforcementAgencyNumber to the piiCategories parameter. DrugEnforcementAgencyNumber will be returned in the API response if detected.

Also returned with domain=phi.

en

U.S. Bank Account Number

To get this entity category, add USBankAccountNumber to the piiCategories parameter. USBankAccountNumber will be returned in the API response if detected.

Also returned with domain=phi.

en

Next steps