Skip to main content
PUT
Update PII Redaction

Authorizations

Authorization
string
header
required

Use Tuner API key (tr_api_...) or user session token. Find your API key in Workspace Settings > API Keys.

Path Parameters

workspace_id
integer
required

Workspace ID. Find this in Workspace > General Settings.

Body

application/json

Request schema for enabling/disabling PII redaction and selecting categories.

enabled
boolean
required

Whether to redact PII from transcripts before storage.

categories
enum<string>[]

Categories to redact. Required when enabled is true; the list replaces the current selection.

Available options:
address,
credit_card,
email,
name,
phone,
pin_password,
ssn
Example:

Response

Successful Response

Response schema for the PII redaction settings endpoints.

pii_redaction_enabled
boolean
required

Whether to redact PII from transcripts before storage.

pii_redaction_categories
string[] | null
required

Categories currently being redacted. Null when redaction is disabled.