GlobalShield API
Protect sensitive data in images and PDFs automatically. GlobalShield scans uploaded files for personally identifiable information (PII) using a powerful 3-layer detection pipeline, then redacts it with pixel-level precision. How It Works: 1. Upload any image (JPEG, PNG, BMP, TIFF, WEBP) or PDF (up to 20 pages) 2. OCR extracts text with Tesseract + hOCR bounding boxes 3. Language Detection…
GlobalShield API endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Detect PII /v1/detect |
Detect PII in images, return JSON with entities found. No redaction. 5 credits per call. Upload image file and optionally specify country codes for country-specific ID detection. |
| POST |
OCR Text Extraction /v1/ocr |
Upload an image to extract text via OCR. Returns extracted text, detected language, word count, and confidence. Credit cost: 3 credits per image. |
| POST |
PDF PII Redaction /v1/redact-pdf |
Upload a PDF to detect and redact PII on every page. Returns a redacted PDF. Max 50MB, 20 pages. Credit cost: 10 credits per page. |
| POST |
Batch Image Redaction /v1/batch-redact |
Upload multiple images for batch PII redaction. Returns a ZIP archive of redacted images. Max 10 images per batch. Credit cost: 8 credits per image. |
| POST |
Full PII Redaction /v1/redact |
Upload an image to detect and redact all PII with black boxes. 20+ languages, 9 country ID formats. 10 credits. |
| GET |
Health Check /health |
Check API health status and availability. |
GlobalShield API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $9.99 / month | — |
|
| ULTRA Recommended | $29.99 / month | — |
|
| MEGA | $99.99 / month | — |
|