Health check
GET /health - current service status return करता है। Authentication required नहीं है।
string
"healthy" जब service fully operational हो। इसे uptime monitoring और load balancer health probes के लिए use करें।string
हमेशा
"rail-score-engine"।Key verification
POST /verify - verify करता है कि API key valid और active है। Key का plan और remaining credits return करता है।
boolean
true अगर key active और authorized है। false अगर key revoked है या exist नहीं करती।string
इस key से associated plan:
"free", "pro", "business", या "enterprise"।number
Current monthly period में बचे हुए credits।
Error responses
SDKs में usage
आगे क्या देखें
Authentication
API keys कैसे generate और manage करें।
Credits & Pricing
हर endpoint के credit costs और plan allocations।