Undertsand the upload limits enforced by Affinda.
lowPriority
parameter during document submission. Note that if you explicitly set lowPriority
to false
, and if you have exceeded the high priority queue rate limit, you will receive a 429 (Too Many Requests) response.
lowPriority
. By default, almost all of your documents will be processed in our high-priority queue. If some occasional documents fall into our low-priority queue, they will still likely be parsed in a timely manner.
lowPriority
. You probably want to set the wait
parameter in the request to false
, meaning that the request will return immediately without waiting for the document to parse. The results can be retrieved on completion using webhooks or by retrieving the result with a GET request.
lowpriority
equal to true
. This way, your high-priority rate limit will be reserved for requests made by users on your app.