Documentation Index
Fetch the complete documentation index at: https://docs.responsibleailabs.ai/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint: POST /railscore/v1/compliance/check | Framework code: eu_ai_act | Credits: 5.0 प्रति call
EU Artificial Intelligence Act (Regulation 2024/1689) दुनिया का पहला comprehensive AI regulation है। यह EU में deployed AI systems के लिए risk-based framework establish करता है। Compliance check, AI content को Act की requirements के against evaluate करता है।
Supported checks
| क्षेत्र | Articles | क्या check होता है |
|---|
| Risk classification | Art. 6, Annex III | System high-risk, limited-risk, या minimal-risk में आता है या नहीं |
| Prohibited practices | Art. 5 | Social scoring, real-time biometric identification, manipulation |
| High-risk obligations | Art. 8-15 | Data governance, documentation, transparency, human oversight, accuracy |
| Transparency | Art. 50 | Content AI-generated है का disclosure, deepfake labeling |
| Human oversight | Art. 14 | Meaningful human control maintained है या नहीं |
| Record-keeping | Art. 12 | Automatic logging और traceability |
| Post-market monitoring | Art. 72 | Deployment के बाद ongoing monitoring obligations |
| Conformity assessment | Art. 43 | Assessment procedures referenced हैं या नहीं |
Request
curl -X POST https://api.responsibleailabs.ai/railscore/v1/compliance/check \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_RAIL_API_KEY" \
-d '{
"content": "Our AI system automatically scores job applicants and filters candidates for interviews.",
"frameworks": ["eu_ai_act"],
"context": "Automated recruitment tool used by EU employers"
}'
Response
{
"result": {
"overall_compliant": false,
"frameworks": {
"eu_ai_act": {
"compliant": false,
"issues": [
{
"clause": "Article 6 / Annex III(4) — High-risk classification",
"description": "AI systems used in employment, recruitment, and worker management are classified as high-risk under Annex III, point 4.",
"severity": "high",
"remediation": "Comply with high-risk requirements: implement risk management (Art. 9), data governance (Art. 10), technical documentation (Art. 11), record-keeping (Art. 12), transparency (Art. 13), and human oversight (Art. 14)."
},
{
"clause": "Article 14 — Human oversight",
"description": "No mention of human review or override capability for automated candidate filtering.",
"severity": "high",
"remediation": "Ensure the system allows qualified human reviewers to override automated decisions and that users understand the system's capabilities and limitations."
}
]
}
}
},
"credits_consumed": 5.0
}
Risk classification engine, conformity assessment workflows, और post-market monitoring के लिए dedicated EU AI Act endpoints development के under हैं। August 2026 के enforcement timeline के साथ aligned हैं।