Rate Limits

The Plasticity APIs may establish rate limiting over certain API endpoints.

If at any point too many requests are made within a given period, the API endpoint will send an error response until the appropriate time interval has passed and requests can be made again. For most applications, this will not be an issue. If your application requires an exception, please email us at support@plasticity.ai.

The HTTP Response headers returned with each request are the best way to know what the rate limit restrictions are and how many requests can be made without exceeding the rate limiter.

Response Header Format

HeaderValue
X-Ratelimit-LimitThe total number of requests that can be made in the current period.
X-Ratelimit-RemainingThe number of requests remaining that can be made in the current period.
X-Ratelimit-ResetThe UNIX timestamp for when the next period will begin.