The API rate limit is set by action per project. Please contact us if you need a higher limit.

ActionLimit per minute
Upsert10
Chat60

The API rate limiting is in conformance with the IETF standard:

Header NameDescription
X-RateLimit-LimitThe maximum number of requests that the consumer is permitted to make per hour.
X-RateLimit-RemainingThe number of requests remaining in the current rate limit window.
X-RateLimit-ResetThe time at which the current rate limit window resets in UTC epoch seconds.
Retry-AfterThe number of seconds to wait before retrying the request again.

You’ll receive a 429 Too Many Requests response code if the rate limit is exceeded.