Text Anonymization API
string · requiredstring[]string · requiredstring[]booleanstring · date-timestringstring
TextAnonymizationRequest
textThe text content to anonymize
entitiesList of entity types to anonymize (defaults to a predefined list if not provided)
Enum values:
REDACTED
DATE
TIME
DATETIME
EMAIL_ADDRESS
URL
IBAN_CODE
CREDIT_CARD
UrlAnonymizationRequest
urlThe URL of the webpage to anonymize
entitiesList of entity types to anonymize (defaults to a predefined list if not provided)
AnonymizationResponse
successWhether the anonymization was successful
anonymized_atThe timestamp when anonymization was performed
anonymized_textThe anonymized text with sensitive information redacted
errorError message if any occurred during processing (only present on partial success)