redactai / README.md
Flamki's picture
Upload README.md with huggingface_hub
65b2ff0 verified
|
Raw
History Blame Contribute Delete
511 Bytes
---
title: RedactAI
emoji: πŸ›‘οΈ
colorFrom: purple
colorTo: blue
sdk: docker
pinned: false
license: mit
app_port: 7860
---
# RedactAI β€” AI-Powered PII Detection & Redaction API
Detect and redact sensitive data instantly using Microsoft Presidio + spaCy NLP.
## API Endpoints
- `POST /api/v1/scan` β€” Scan text for PII
- `POST /api/v1/scan/batch` β€” Batch scan
- `POST /api/v1/scan/file` β€” Upload files
- `GET /api/v1/supported-entities` β€” List detectable types
- `GET /docs` β€” Swagger API docs