Rate limits

The API enforces a strict limit of 100 requests per second. Surpassing this limit will result in a 429 status response.

Additionally, the Documents create endpoint features a throttling mechanism after the limiter to ensure consecutive document numbering. In the event of a burst, the limiter activates and delays excessive orders, allowing execution to occur sequentially. This may result in longer response times when a large number of requests are made simultaneously.