Redactor Detector
The Redactor Detector API provides developers and end users an easy way to check for sensitive strings like credit cards, provided keywords and high entropy strings inside images, PDFs or raw text. In the case of a really sensitive string, a redaction occurs, and in the case of a possibly sensitive string, the detection is marked by a red rectangle. We also provide a face blurring capability,…
Redactor Detector endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Redact only user keywords /userkeywords |
Detect and redact only the provided keywords by the user. This can be useful in cases where you want to redact names or information only the user knows about, and doesn't want to… |
| POST |
Redact all with URL /redacturl |
Pass an image URL, and redact all sensitive information in the image. |
| POST |
Blur Faces /blurfaces |
Blur unwanted faces from an image. This can be tuned for blurring minors from images, for example. |
| POST |
Redact Raw Text /redacttext |
Pass in a string of text, for it to be checked and redacted. |
| POST |
Redact PDF Document /getpdf |
Redact or highlight passed in keywords inside a previously uploaded PDF document. |
| POST |
Upload and extract from PDF /detectpdf |
Extract all the text inside PDF documents. Use the Redact PDF method to pass in keywords you want highlighted or redacted. This is an asynchronous operation, so you may have to… |
Redactor Detector pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $9.99 / month | — |
|
| ULTRA | $89.99 / month | — |
|
| MEGA | $799.99 / month | — |
|