Queues an asynchronous redaction job for a file. The system detects the file’s media type (video, audio, image, or text) and dispatches it to the appropriate redaction pipeline. At least one policyId or manual target must be provided. The job runs asynchronously and returns immediately with a job ID and output S3 location.
UUID of the file to redact.
List of policy document IDs used to resolve redaction rules.
1Manual redaction targets such as labels or semantic instructions.
1Frame sampling rate for video redaction. Lower values increase speed. Higher values increase accuracy.
1 <= x <= 30Redaction execution behavior. 'auto' performs detection and burning. 'detect' runs detection only. 'burn' applies existing redaction boxes without detection.
detect, burn, auto Redaction job successfully queued.
Indicates the job was accepted.
true
Unique job identifier.
Initial job status.
pending S3 URI where the redacted file will be written after processing completes.
Detected media type used to determine processing pipeline.
video, audio, image, text