Plans API
Plans API
Retrieve information about available API plans and pricing
The Plans API provides information about available subscription plans, their features, and pricing. Use this endpoint to display plan options in your application or check plan details programmatically.
Endpoint
GET /api/v1/dev/plansBase URL: https://api.brainus.lk
Authentication
Required: This endpoint requires authentication via API key.
X-API-Key: your_api_key_hereAuthentication is required to access plan information. Get your API key from the Developer Dashboard.
Quick Example
curl -X GET "https://api.brainus.lk/api/v1/dev/plans" \
-H "X-API-Key: $BRAINUS_API_KEY"Available Plans
Free Plan
- Price: LKR 0/month
- Rate Limits: 10 requests/minute, 300 requests/day
- Monthly Quota: 300 requests
- Allowed Models:
gemini-2.5-flash-lite - Perfect for testing and small projects
Starter Plan
- LKR 999/month
- 2,000 requests/month
- Standard analytics
Pro Plan
- LKR 3,499/month
- 10,000 requests/month
- Advanced analytics and webhooks
Enterprise Plan
- LKR 14,999/month
- 50,000 requests/month
- Dedicated support and SLA
All plans have the same features and API access - only rate limits differ. Start small and scale as you grow!
Next Steps
- Plan Comparison - Detailed feature comparison
- Upgrading - How to upgrade your plan
- Rate Limits - Understanding quotas