Pricing & Rate Limits
Simple, transparent pricing. Start free. Scale as you grow.
Hobby
$0forever
1,000 requests/month
20 requests/min
Pro
Recommended$29/mo
50,000 requests/month
100 requests/min
Rate Limit Headers
Every API response includes rate limit headers for both per-minute and monthly quotas:
| Header | Description |
|---|---|
RateLimit-Limit | Per-minute request limit for your plan |
RateLimit-Remaining | Requests remaining in the current minute |
RateLimit-Reset | Seconds until the per-minute limit resets (always 60) |
Quota-Limit | Monthly request quota for your plan |
Quota-Remaining | Requests remaining this month |
Quota-Reset | ISO timestamp when the monthly quota resets |
Exceeding Rate Limits
When you exceed your rate limit, the API returns
429 Too Many Requests. When you exceed your monthly quota, upgrade your plan or wait for the monthly reset to resume scoring.