latestSwagger 2.02026-08-2053114259.7 KB

41da8739a690

File Redaction

Upload a file for redaction

Uploads a file and begins processing it for PII detection and redaction. Returns a job identifier that can be used to check processing status and download the redacted file once complete.

post/api/unattachedfile/upload

Response

Returns the upload job identifier

jobIdstring

The unique identifier for the redaction job. Use this identifier to check processing status and download the redacted file.

Example response

{
  "jobId": "b3a1c9f0-4e5d-4a2b-8f7c-1d2e3f4a5b6c"
}