The Redaction API allows you to programmatically redact sensitive content from chat messages and sessions. This is essential for compliance with data protection regulations like GDPR, CCPA, and HIPAA, enabling you to remove personally identifiable information (PII) and other sensitive data when required.Documentation Index
Fetch the complete documentation index at: https://docs.open.cx/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Redaction in our system enables:- Message-Level Redaction - Redact specific messages by message ID, including any attached images or files
- Session-Level Redaction - Redact all messages in an entire chat session, including all attachments
- Compliance Support - Meet data protection requirements by permanently removing sensitive content
- Audit Trail - All redaction actions are logged for compliance and security purposes
- Attachment Handling - Automatically handles redaction of images and file attachments
Security & Compliance
- All redaction actions are logged in audit trails without exposing the original content
- File attachments are marked as deleted and removed from storage
- Redaction events are tracked with timestamps, user information, and reasons
- Original content is never stored in audit logs for security
Available Endpoints
Redact Message
Redact a specific message by message ID
Redact Session
Redact all messages in a chat session