मुख्य सामग्री पर जाएं

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.

Concept: Applications
आपकी API key के plan में उपलब्ध features लौटाता है: evaluation modes, compliance frameworks, agent और DPDP capabilities, और request limits। इसका इस्तेमाल यह जानने के लिए करें कि आप किस surface area पर build कर सकते हैं, बिना plan की assumptions को hard-code किए।

Request

curl https://api.responsibleailabs.ai/railscore/v1/capabilities \
  -H "Authorization: Bearer YOUR_RAIL_API_KEY"

Response

{
  "plan": "pro",
  "evaluation": { "modes": ["basic", "deep"] },
  "compliance": {
    "frameworks": ["GDPR", "CCPA", "HIPAA", "EU AI Act", "India DPDP", "India AI Governance"],
    "continuous_monitoring": false
  },
  "agent": { "tool_call": true, "tool_result": true, "prompt_injection": true },
  "dpdp": { "scan": true, "evaluate": true, "evidence": true },
  "limits": { "requests_per_day": 1000, "max_concurrent": 20, "max_active_keys": 5 }
}
evaluation.modes
string[]
उपलब्ध evaluation depths: basic और deep
compliance
object
frameworks उन compliance frameworks की list है जिनके against आप evaluate कर सकते हैं। continuous_monitoring बताता है कि आपके plan पर ongoing monitoring pipelines उपलब्ध हैं या नहीं।
agent
object
Agent governance features: pre-call tool_call checks, post-call tool_result scanning, और standalone prompt_injection detection।
dpdp
object
आपके plan पर उपलब्ध India DPDP features, इसमें यह भी कि audit-grade evidence packets बनाए जा सकते हैं या नहीं।
limits
object
key के लिए request limits: requests_per_day (null का मतलब unlimited), max_concurrent, और max_active_keys