Skip to main content
The Linkryse API enforces rate limits to ensure stability and fair usage for all customers.

Limits

PlanRate Limit
Free10 requests / second
Pro50 requests / second
Enterprise100+ requests / second
If you exceed the rate limit, your request will return a 429 Too Many Requests error.

Headers

We include headers in every response to help you manage your rate limits:
HeaderDescription
X-RateLimit-LimitThe maximum number of requests you’re permitted to make per second.
X-RateLimit-RemainingThe number of requests remaining in the current time window.
X-RateLimit-ResetThe time at which the current rate limit window resets in UTC epoch seconds.