Subscription Tier
Your current plan and features
Your API Key
Use this key to authenticate API requests
You don't have an API key yet. Generate one to start using the API.
LLM Configuration
Configure your AI provider for natural language queries
Quick Start
Example API calls
Natural Language Query
curl -X POST /api/nlquery/query \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"question": "Top 10 trainers by strike rate this year",
"llmApiKey": "YOUR_LLM_API_KEY"
}'
Check Your Usage
curl /api/nlquery/usage \
-H "X-API-Key: YOUR_API_KEY"