Redact text strings
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.
Body
Responses
200
OK
application/json
post
/api/Redact/json200
OK
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.
Body
Responses
200
OK
application/json
post
/api/Redact/xml200
OK
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.
Body
Responses
200
OK
application/json
post
/api/Redact/html200
OK
Last updated
Was this helpful?