Anonymize Text
Anonymizes sensitive information in the provided text. Accepts JSON, plain text, or form data input.
Anonymize Text › Request Body
textThe text content to anonymize
entitiesList of entity types to anonymize (defaults to a predefined list if not provided)
Anonymize Text › Responses
Successful anonymization
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)
Anonymize File Content
Uploads a file and anonymizes sensitive information in its content. Supports PDF, plain text, and HTML files.
Anonymize File Content › Request Body
fileThe file to anonymize (PDF, TXT, HTML)
entitiesList of entity types to anonymize
Anonymize File Content › Responses
Successful file anonymization
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)