SecureRedact: Zero-Cost PII Guard avatar

SecureRedact: Zero-Cost PII Guard

Under maintenance

Pricing

from $10.00 / 1,000 results

Go to Apify Store
SecureRedact: Zero-Cost PII Guard

SecureRedact: Zero-Cost PII Guard

Under maintenance

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

Muhamad Juwandi

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a month ago

Last modified

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

  1. Install Dependencies:

    $pip install -r requirements.txt
  2. Run Server:

    $uvicorn api.index:app --reload
  3. Test API: Open http://localhost:8000/docs to see the Swagger UI.

Deployment

  1. Push this repo to GitHub.
  2. Import project into Vercel.
  3. Vercel will automatically detect vercel.json and deploy.

API Usage

POST /api/redact

{
"text": "My phone number is 08123456789 and my name is Budi.",
"anonymize": true
}