TextAnonymizationRequest
textstring · requiredThe text content to anonymize
entitiesstring[]List of entity types to anonymize (defaults to a predefined list if not provided)
Enum values:REDACTEDDATETIMEDATETIMEEMAIL_ADDRESSURLIBAN_CODECREDIT_CARD
UrlAnonymizationRequest
urlstring · requiredThe URL of the webpage to anonymize
entitiesstring[]List of entity types to anonymize (defaults to a predefined list if not provided)
AnonymizationResponse
successbooleanWhether the anonymization was successful
anonymized_atstring · date-timeThe timestamp when anonymization was performed
anonymized_textstringThe anonymized text with sensitive information redacted
errorstringError message if any occurred during processing (only present on partial success)