Skip to content

Throughput

All plans in Corsfix come with unlimited monthly requests - there’s no need to worry about running out of credits or hitting monthly request cap.

Request Throughput

Each plan is designed with different throughput capacities to accommodate various usage scenarios. Throughput is measured in requests per minute (RPM).

PlanRequests per Minute
Free60 RPM
Lite120 RPM
Starter300 RPM
Pro600 RPM

Throughput Status

When you exceed the throughput limit, you will receive a 429 Too Many Requests response. This status code indicates that you have reached the maximum number of requests allowed for your plan.

Each response includes headers that provide information about your current rate limit status:

Header NameDescription
X-RateLimit-LimitThe maximum number of requests allowed per minute
X-RateLimit-RemainingThe number of requests remaining in the current time window
X-RateLimit-UsedThe number of requests used in the current time window
X-RateLimit-ResetThe time at which the rate limit will reset, in Unix timestamp format