API endpoint:
POST /railscore/v1/compliance/check | Python: client.compliance_check()Supported frameworks
| Code | Framework | Region |
|---|---|---|
gdpr | General Data Protection Regulation | EU |
ccpa | California Consumer Privacy Act | US (California) |
hipaa | Health Insurance Portability and Accountability Act | US |
eu_ai_act | EU Artificial Intelligence Act | EU |
india_dpdp | India Digital Personal Data Protection Act | India |
india_ai_gov | India AI Governance Guidelines | India |
Basic usage
India DPDP: dedicated API
POST /compliance/check किसी भी framework के लिए एक point-in-time verdict देता है, India DPDP समेत। India DPDP के साथ 7 dedicated endpoints का एक suite भी है, उन teams के लिए जिन्हें एक single check के बजाय stateful, lifecycle compliance चाहिए — इन्हें तब use करें जब आपको किसी user journey में consent, deadlines, और audit evidence track करना हो:
- Scan — content में Indian PII (Aadhaar, PAN, mobile, UPI, passport, और 5 और types), child signals, और purpose drift ढूंढें
- Evaluate — actions को DPDP rules के against जांचें, allow/block/require_action verdicts के साथ
- Emit — compliance events (consent, DSR, breach, retention) भेजें, automatic timer creation के साथ
- Require — हर workflow step पर application को क्या करना चाहिए, इसकी proactive guidance
- Evidence — audit-grade packets बनाएं (DSR responses, breach notifications, annual reports)
- Session — किसी user journey में stateful tracking के लिए management
- Timers — DSR SLAs, breach notification deadlines, और retention windows पर नज़र रखें
India DPDP API Reference
request/response examples के साथ पूरा endpoint reference।
आगे क्या
Compliance API Overview
सभी compliance frameworks और dedicated endpoints।
API Reference: Compliance Check
General compliance check का parameter reference।
Python SDK: Compliance
Python SDK examples।
DPDP: Content Scan
Indian PII detection और masking।