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.
Request
const result = await cloak.detect({
text: "Aadhaar: 1234-5678-9999,
PAN: ABCDE1234F"
});Response
{
"entities": [
{"type":"AADHAAR","conf":0.99},
{"type":"PAN","conf":0.98}
],
"redacted_text":
"Aadhaar: [AADHAAR], PAN: [PAN]",
"processing_ms": 42
}Detections Today
24,891
+12% from yesterday
Three steps to compliant, usable data. Works on text and documents in English.
₹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
Route text through CLOAK before it reaches anything that stores or learns from it.
Application
CLOAK API
Inspecting · 42ms
Detect · Classify · Redact
AI Models · Database Logs · Third-Party Apps
Works with any language. No SDK required — just HTTP.
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
}Start free. Scale when you're ready. No surprise bills.
Standard
500,000
words / month
For production apps at steady volume.
Pro
3,000,000
words / month
For teams building compliant products.
Enterprise
Custom
words / month
For high-volume and regulated industries.