Create a Redaction Creator

POST {{prizmdoc_server_base_url}}/v2/redactionCreators

https://help.accusoft.com/PrizmDoc/latest/HTML/redaction-creator.html#post-v2redactioncreators

Request Body

{"input"=>{"source"=>{"fileId"=>"{{documentFileId}}"}, "rules"=>[{"find"=>{"type"=>"regex", "pattern"=>"example"}, "redactWith"=>{"type"=>"RectangleRedaction"}}, {"find"=>{"type"=>"regex", "pattern"=>"[0-9]{3}[-]?[0-9]{2}[-]?[0-9]{4}"}, "redactWith"=>{"type"=>"RectangleRedaction", "borderColor"=>"#FF0000", "fillColor"=>"#FF0000", "fontColor"=>"#000000", "reason"=>"Redacted", "data"=>{"author"=>"John Smith", "phone"=>"+1 123 456 789"}}}]}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Accusoft-Affinity-Tokenstring