| 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 | |