API key लेना
1
Sign up करें
2
Dashboard खोलें
अपने Dashboard पर जाएँ और API Keys section में जाएँ।
3
Key generate करें
Generate Key पर click करें। Keys
rail_ से शुरू होती हैं और सिर्फ़ एक बार दिखती हैं। तुरंत copy करें।API key use करना
हर request परAuthorization header में अपनी key Bearer token के रूप में pass करें:
SDK authentication
दोनों SDKs client बनाते समय API key accept करते हैं और automatically header attach कर देते हैं:Environment variables
Source files में कभी API keys hardcode मत करें। Environment variables use करें और keys को version control से बाहर रखें।- Local (dotenv)
- Vercel / Edge
- Docker
Key management
आप अलग-अलग environments (production, staging, CI) के लिए multiple keys बना सकते हैं। अपने Dashboard से सभी keys manage करें।Rate limits
Rate limits per API key apply होती हैं। Limit exceed करने पर HTTP 429 return होता है।Security best practices
Auth error responses
आगे क्या करें
Quickstart
5 मिनट से कम में अपनी पहली evaluation request करें।
Credits & Pricing
समझें कि per call credits कैसे charge होते हैं।
API Reference
सभी endpoints का full parameter reference।
Dashboard
Keys manage करें, usage देखें, और credit balance monitor करें।