Datawizz provides a collection of pre-built plugins that you can use in your endpoints without writing any custom code. These public plugins cover common use cases like content filtering, PII detection, compliance checks, and more.Documentation Index
Fetch the complete documentation index at: https://docs.datawizz.ai/llms.txt
Use this file to discover all available pages before exploring further.
Available Plugins
Browse our collection of public plugins below. Click on any plugin to view detailed documentation and configuration options.| Plugin | Description | Phases |
|---|---|---|
| Presidio PII Redaction | Automatically detects and redacts PII from text in AI requests using configurable methods including replacement, masking, hashing, or encryption before the request reaches the AI model. | REQUEST, RESPONSE, LOG |
| Presidio Image PII Redaction | Extracts text from images via OCR, detects PII within the text, and returns redacted images with sensitive information obscured to protect privacy in multimodal AI requests. | REQUEST, RESPONSE, LOG |
| Presidio PII Detection | Analyzes AI requests for personally identifiable information (PII) using Microsoft Presidio and blocks requests containing sensitive data like emails, phone numbers, SSNs, and credit cards. | REQUEST, RESPONSE, LOG |
| Video Input Processing | Transform videos into LLM-compatible content by extracting frames, audio, and transcripts. Supports YouTube, TikTok, direct URLs, and works with any vision-enabled LLM. | REQUEST |
| Document Input Processing | Convert PDFs, Word, PowerPoint, and Excel documents into clean markdown for LLM processing. Uses Microsoft’s MarkItDown with optional LLM-powered image descriptions. | REQUEST |
| Regex Detect | Scans messages for regex patterns and rejects or redacts matches. Useful for filtering sensitive information like emails, phone numbers, or credit card numbers. | - |
| Invisible Text | Detects and removes non-printable, invisible Unicode characters to maintain text integrity and prevent steganography-based attacks. | - |
| Block Substrings | Blocks or redacts requests containing specific substrings. Useful for filtering unwanted content or enforcing content policies. | - |
| Llama Guard 3 | Uses Meta’s Llama Guard 3 model for content safety classification. Can detect and block unsafe content across 14 hazard categories including violence, hate speech, self-harm, and more. | - |
Using Public Plugins
To use a public plugin in your endpoint:- Navigate to your endpoint configuration in the Datawizz dashboard
- Select the “Plugins” tab
- Click “Add Plugin”
- Choose “Public Plugins” from the plugin source dropdown
- Select the plugin you want to use
- Configure the plugin settings (phase, priority, async execution, etc.)
- Save your endpoint configuration