The PII detection feature can identify, categorize, and redact sensitive information in unstructured text. For example: phone numbers, email addresses, and forms of identification.
Sign up now! Fill out our quick registration form here!
Loading…
Call API with curl:
curl --location 'https://bztech-api-ai.azurewebsites.net/pii-entity-recognition' \ --header 'Content-Type: application/json' \ --data '{ "apiKey": "YOUR_API_KEY", "documents": [ "DOCUMENT_1", "DOCUMENT_2", "DOCUMENT_3" ] }'