India's First Stateless ML PII API

From Restrictedto Ready.Real-time PII detection API.

Three steps to compliant, usable data — whether you're building AI models, sharing with partners, or satisfying a DPDPA auditor. 60+ entity types — Indian and global. Multilingual. Less response time. Zero data retention.

25,000 free words/monthNo credit card5-min setup
The Platform

From Restricted to Ready

Three steps to compliant, usable data. Works on text and documents in English.

01
Context-Aware ML

Detect What Matters

  • 60+ entity types — Indian and global
  • Aadhaar, PAN, UPI and health records natively
  • Transformer ML trained on Indian data
  • Multilingual detection across languages
  • No regex rules, no manual updates
02
Flexible Output

Transform for Your Use Case

  • Redact, pseudonymize or mask
  • Reversible tokenization
  • Configure per entity type
  • Configure per workflow
  • Data utility kept, exposure removed
03
Zero Egress

Deploy in Your Environment

  • Stateless — nothing stored on our servers
  • Zero data retention by design
  • Integrates in under 5 minutes
  • Works with any HTTP client
  • Audit-ready for HIPAA, GDPR, DPDPA, PCI-DSS
DPDPA 2023 — India's Data Law

Built for DPDPA.
India-first, by design.

  • Aadhaar, PAN, VOTER ID, UPI ID — natively detected
  • Multilingual detection — not English-only
  • Stateless: no data stored, no egress, no exposure
  • Audit-ready output for DPDPA safe harbor
  • Consent and purpose limitation support
Talk to our compliance team →

₹250Cr

Max penalty per violation under DPDPA 2023

2023

DPDPA enacted — enforcement is active now

60+

PII entities detected — Indian + global

0 days

Data retention — stateless by architecture

How It Works

One hop in your data path

Route text through CLOAK before it reaches anything that stores or learns from it.

Application

Aadhaar 1234-5678-9999PAN ABCDE1234F

CLOAK API

Inspecting · 42ms

Detect · Classify · Redact

[AADHAAR][PAN]

AI Models · Database Logs · Third-Party Apps

Simple Integration

One request. Clean results.

Works with any language. No SDK required — just HTTP.

detect-pii.sh
curl -X POST https://api.cloakdlp.com/v1/detect \
  -H "Authorization: Bearer cloak_live_sk_xxxxxxxxxxxx" \
  -H "Content-Type: application/json" \
  -d '{"text": "Aadhaar: 1234-5678-9999, PAN: ABCDE1234F"}'
{
  "entities": [
    { "type": "AADHAAR", "text": "1234-5678-9999", "confidence": 0.99 },
    { "type": "PAN",     "text": "ABCDE1234F",     "confidence": 0.98 }
  ],
  "redacted_text": "Aadhaar: [AADHAAR], PAN: [PAN]",
  "processing_time_ms": 38
}
Fast
Less Response Time
99.9%
Uptime SLA
0 bytes
Data retained
Pricing

Simple, transparent pricing

Start free. Scale when you're ready. No surprise bills.

Free

25,000

words / month

For developers exploring the API.

  • 10 requests / min
Get started free

Standard

500,000

words / month

For production apps at steady volume.

  • 60 requests / min
  • 2× faster inference
Contact Sales
Most Popular

Pro

3,000,000

words / month

For teams building compliant products.

  • Deployed on-premise
  • Priority support
Contact Sales →

Enterprise

Custom

words / month

For high-volume and regulated industries.

  • Deployed on-premise
  • Custom PII entity types
  • Dedicated support
Contact Sales