Skip to content

Rate Limits

The first release ships a single free profile. There is no paid tier and no billing.

Limit Free profile
Requests per second 5
Requests per minute 300
Concurrent requests 10

The API replies 429. Back off, then retry. Limits are enforced per key and per client IP.

{
"error": {
"code": "RATE_LIMITED",
"message": "Too many requests"
}
}