Secure Your PDFs with AI-powered Redaction
It is example of using API for https://pdf-redaction.com
Free API for redacting PDFs available at https://api.pdf-redaction.com/api/docs
- Redact PDF using custom prompt
- Filter detected entities by type
- Support for multiple languages
- Support Digital and Scanned(image based) PDFs
For generate API Key please go to the: https://pdf-redaction.com/apikeys/
For check usage: https://pdf-redaction.com/apikeys/usage/
Put API Key to the env variable PDF_REDACTION_API_KEY or to .env file.
Limitations for free version:
- 1 page per request
- 50 Free requests per month
- 5 requests per minute
-
Option A (curl):
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/StabRise/pdf-redaction-api/main/install.sh)" -
Option B (wget):
/bin/bash -c "$(wget -qO- https://raw.githubusercontent.com/StabRise/pdf-redaction-api/main/install.sh)"
This provides the flexibility to redact PDF using custom prompt.
You can try it out for free at https://pdf-redaction.com

