Privacy policies catch sensitive user information before it reaches your database, public feed, or other users. They cover detection (does this content contain PII?) as well as masking (redact it from the stored content).Documentation Index
Fetch the complete documentation index at: https://docs.moderationapi.com/llms.txt
Use this file to discover all available pages before exploring further.
Policies
id | Type | Supported | What it does |
|---|---|---|---|
personal_information | classifier | text, audio | Flags content that contains emails, phone numbers, addresses, or other sensitive numbers. |
intent_to_share | classifier | text, audio | Flags attempts to share contact details — directly or obfuscated (e.g. “find me on Instagram”). |
pii | entity_matcher | text, audio | Extracts specific PII entities (email, phone, address, etc.) and can return masked content with those entities redacted. |