Anonymize

Remove personal information and maintain privacy
//

The Anonymize Skill removes personally identifiable information from texts, letting you analyze documents and conversations while keeping the privacy of your employees and customers. Anonymize keeps track of which info belongs to which person, maintaining the context of the input while removing the actual names.

Setup

Parameters

Request

Remove PII from text by performing a POST request to the following URL: api.oneai.com/api/v0/pipeline { "input": "your input text here", "steps": [{ "skill": "anonymize" }] }

Response

Returns the anonymized text with a list of anonymizations made to the input

Supported Labels