scrubconf

Values: string

Description:

Used to specify JSON-formatted redaction scrubbing rules to override the default rules. For information about default scrubbing rules, see:

To pass an alternate scrub.conf file to your call, specify the following as part of a curl command:

-F "scrubconf=</path/to/scrub.conf"

In the curl command above, the < symbol is the redirection operator. It is used to auto-populate the string with the contents of a local file into the scrubconf field. While it is possible to directly specify the JSON-formatted scrubbing configuration as the scrubconf field value, for maintainability and readability it is recommended that custom scrubbing configurations be maintained as separate, well-named files and applied in transcription requests using the redirection operator as shown.