Model key: sensitive

This model detects a range of sensitive information:

  • Personal Numbers: detect social security numbers, driver IDs, passport numbers, etc.
  • Bank Accounts: detect account numbers and routing numbers.
  • Payment Cards: detect card numbers, expiry dates and CVV.
  • Passwords: detect passwords and 4-digit pin codes.
  • Digital Addresses: detect IP-addresses and MAC addresses.
Response example
{
  "found": true,
  "mode": "NORMAL",
  "matches": ["password1234", "4242 4242 4242 4242"],
  "components": [
    {
      "password": "password1234",
      "credit_debit_number": "4242 4242 4242 4242"
    }
  ]
}

Components

KeyDescription
passwordPasswords
credit_debit_numberCredit and debit card numbers.
bank_account_numberBank account numbers.
ip_addressIP addresses.
mac_addressMAC addresses.
pin4-digit PIN codes.
credit_debit_expiryCredit and debit card expiry dates.
credit_debit_cvvCredit and debit card CVV codes.
driver_idDriver IDs.
ssnSocial security numbers.
passport_numberPassport numbers.

Languages

This model works in the following languages:

  • English
  • Spanish
  • French
  • German
  • Italian
  • Portuguese
  • Arabic
  • Hindi
  • Japanese
  • Korean
  • Chinese

The model might work on other launguages we haven't tested. Feel free to try it on launguages that are not listed above and provide us with feedback.

Limitations

This model does not have any API limitations.

Was this page helpful?