SecureRedact: Zero-Cost PII Guard
Pricing
from $10.00 / 1,000 results
SecureRedact: Zero-Cost PII Guard
Protect your AI users instantly. This lightweight API automatically detects & redacts sensitive PII (Phones, Emails, Names) from text. HIPAA/GDPR-ready, Free Tier friendly, and built for high-performance AI Agents. No configuration needed
Pricing
from $10.00 / 1,000 results
Rating
5.0
(1)
Developer

Muhamad Juwandi
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
a month ago
Last modified
Categories
Share
SecureRedact - Serverless PII Redaction API
A specialized, zero-cost API for redacting PII (Personally Identifiable Information) from text, designed for AI Agents. Built with FastAPI, Presidio, and SpaCy, optimized for Vercel Serverless Functions.
Features
- Zero Cost: Runs on Vercel Hobby Tier.
- Hybrid Detection: Combines RegEx (for speed) and NLP (for context).
- Stateless: No data storage, fully privacy-compliant.
Local Development
-
Install Dependencies:
$pip install -r requirements.txt -
Run Server:
$uvicorn api.index:app --reload -
Test API: Open
http://localhost:8000/docsto see the Swagger UI.
Deployment
- Push this repo to GitHub.
- Import project into Vercel.
- Vercel will automatically detect
vercel.jsonand deploy.
API Usage
POST /api/redact
{"text": "My phone number is 08123456789 and my name is Budi.","anonymize": true}


