Subscription Tier
Your current plan and features
10
Daily Queries
0
Used Today
50
Max Rows
✗
Raw SQL
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.
••••••••••••••••••••••••••••••••
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"