Get Started
Throttling
Understand the rate limits your requests are subject to
To ensure we’re able to provide reasonable service to all of our customers, requests are throttled at 10 requests per second. If you exceed this limit, you’ll receive a response with HTTP status 429 Too Many Requests. Here is an example of a failed response:
It’s important to handle a 429 response - we recommend implementing retries with an exponential backoff strategy.
If your use case requires a higher limit, please contact us and we’ll be happy to discuss your needs.