Anonymize Chat Logs
Redacts detected personal data in this user’s message-adjacent text with regex, then an optional hosted redaction service when the Agent has that option on. Conversation rows, identifiers, flags, and analytics identity stay in place. Repeat calls finish leftover rows and skip text that is already redacted.
Authentication
x-api-keystring
API key for authentication
OR
AuthorizationBearer
Bearer token authentication
Path parameters
user_id
The user's external id or internal id
Response
Anonymize progress for the user
data
Result of scrubbing or anonymizing a user’s message-adjacent text. Rows and identifiers are kept.
Errors
403
Forbidden Error
404
Not Found Error
500
Internal Server Error