Documentation Index
Fetch the complete documentation index at: https://docs.dacard.ai/llms.txt
Use this file to discover all available pages before exploring further.
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
| Operation | Credits consumed |
|---|---|
| URL score (full 27-dimension assessment) | 10 credits |
| DAC chat message | 1 credit |
| API call | 0.1 credits |
Plan limits
| Plan | Monthly scores | Products | Team members | Suite intelligence |
|---|---|---|---|---|
| Free | 3 | 1 | 1 | No |
| Starter | 20 | 1 | 1 | No |
| Pro | 100 | 5 | 3 | Yes |
| Business | 200 | 25 | 10 | Yes |
| Enterprise | Unlimited | Unlimited | Unlimited | Yes |
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: 1 score per IP per hour
- No history: Results are not saved to any account
- No suite: Anonymous scores cannot be added to product portfolios
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:Score packs
Add scoring capacity to any paid plan without upgrading:| Pack | Scores | Price |
|---|---|---|
| Small | 20 scores | $29 |
| Medium | 50 scores | $49 |
| Large | 150 scores | $99 |
Upgrading
To increase your limits, upgrade your plan via:- The Settings > Billing page in the dashboard
- The Create Checkout Session API endpoint