Webhooks & Batch Jobs
Batch Processing
How to process documents in parallel with run()
Reducto provides async SDKs that can help you process a huge number of documents, autoscaling to handle even the largest jobs with ease. This pattern works across all endpoints: /parse, /extract, and /split.
Make sure you have a Reducto SDK set up, see how in Quickstart.
If you’d rather queue long documents and be notified when they’re done (via polling or webhooks), check out run_job() for a fire-and-forget model. The run_job
method also has no limits on how many requests you can send concurrently.