Rate Limits & Quotas
Dacard.ai uses a credit-based system to manage usage across plans. Each scoring operation consumes credits, and limits reset monthly.Credit system
Every product score consumes 1 credit. Credits are allocated per plan and reset at the start of each billing cycle.Plan limits
| Plan | Monthly credits | Products | Team members | Suite intelligence |
|---|---|---|---|---|
| Free | 3 | 1 | 1 | , |
| Pro | 50 | 10 | 5 | ✅ |
| Business | 200 | 50 | 25 | ✅ |
| Enterprise | Custom | Unlimited | Unlimited | ✅ |
Check your current usage and remaining credits via
GET /api/usage. The response includes creditsUsed, creditLimit, and resetDate.Anonymous scoring
ThePOST /api/try-score endpoint allows unauthenticated scoring with stricter limits:
- Rate limit: IP-based throttling
- No history: Results are not saved to any account
- No suite: Anonymous scores cannot be added to product suites
POST /api/score for full functionality.
Rate limit responses
When you exceed your credit limit, the API returns a429 Too Many Requests response:
Monitoring usage
Use the Get Usage & Quota endpoint to check your current consumption:Upgrading
To increase your limits, upgrade your plan via:- The Settings > Billing page in the dashboard
- The Create Checkout Session API endpoint