Redact text strings
Returns the full list of built-in entity types that the redaction engine can detect and transform.
OK
The type of personally identifiable information (PII) detected, such as NAME_GIVEN, EMAIL_ADDRESS, or CREDIT_CARD.
The type of personally identifiable information (PII) detected, such as NAME_GIVEN, EMAIL_ADDRESS, or CREDIT_CARD.
OK
Returns a modified version of the provided text string that redacts or synthesizes the detected entity values.
Request to redact PII from plain text.
OK
The result of a redaction operation, containing the original text, redacted text, and details of each entity replacement.
The original input text before redaction.
The text after redaction has been applied.
The number of words processed.
Bad Request
Returns a modified version of the provided text strings that redacts or synthesizes the detected entity values. Processes multiple text strings in parallel.
Request model for bulk plain text redaction.
OK
The result of a bulk redaction operation, containing the original texts, redacted texts, and details of each entity replacement.
The original input texts before redaction.
The texts after redaction has been applied.
The total number of words processed across all texts.
OK
Returns a modified version of the JSON that redacts or synthesizes the detected entity values. The redacted JSON has the same structure as the input JSON. Only the primitive JSON values, such as strings and numbers, are modified. Optionally, provide an array of JSONPath expressions in jsonPathIgnorePaths to exclude specific values from redaction.
Request to redact PII from a JSON document.
OK
The result of a redaction operation, containing the original text, redacted text, and details of each entity replacement.
The original input text before redaction.
The text after redaction has been applied.
The number of words processed.
Invalid JSON input
Returns a modified version of the XML that redacts or synthesizes the detected entity values. The redacted XML has the same structure as the input XML. Only the XML inner text and attribute values are modified.
Request to redact PII from an XML document.
OK
The result of a redaction operation, containing the original text, redacted text, and details of each entity replacement.
The original input text before redaction.
The text after redaction has been applied.
The number of words processed.
Invalid XML input
Returns a modified version of the HTML that redacts or synthesizes the detected entity values. The redacted HTML has the same structure as the input HTML. Only the text contained in the HTML elements is modified.
Request to redact PII from an HTML document.
OK
The result of a redaction operation, containing the original text, redacted text, and details of each entity replacement.
The original input text before redaction.
The text after redaction has been applied.
The number of words processed.
Invalid HTML input
Last updated
Was this helpful?