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