This is the Aryn DocParse API for submitting a document to be partitioned (and optionally chunked) asynchronously. Use
the async partition result API to poll the asynchronous partitioning job and get its result
when its done.
This takes all the same parameters as the syncronous partitioning endpoint and in addition accepts a webhook url in the
optional header X-Aryn-Webhook. When the task stops running, Aryn will POST to the provided webhook url with a body
like the one below:
A boolean value indicating whether to crop images detected in the document and return them in ppm format converted to base64 within the binary_representation of returned image elements.