Method: Redact
Redacts potentially sensitive info from a file
Last updated
Redacts potentially sensitive info from a file
Last updated
Redacts potentially sensitive info from a document . This method has limits on input size, processing time, and output size.
When no detectors
are specified in this request, the system will automatically choose what detectors to run.
POST https://dlp.rpa.insystechinc.com/api/dlp/redact
The request body contains data with the following structure:
If successful, the response contains the file stream that is sent back to be downloaded.
When using the redactType
of FILE, the file returned is converted to PDF, otherwise the file is returned same format it is sent.
Fields
Description
redactType
string
Configuration for specifying the type of redaction. Supported types include IMAGE , FILE, or AUDIO
sourceData
string (
base64string
)
Payload to be redacted as a base64string
sourceFileName
string
The configuration for specifying the name of the file to be redacted including the file extension.
detectors
string
The configuration for specifying what type of content to redact from the file contents. (see Available Detectors)