Upload a new document for processing. This endpoint supports asynchronous processing with status updates available through polling or webhooks.
Bearer YOUR_API_KEY
multipart/form-data
lite
or ultra
.lite
: Faster processing with great accuracyultra
: Highest accuracy, but slower processingcallback_url
is provided, you will receive a POST request when processing has completed:
PENDING
. Call Get Document periodically using the returned id
until status
changes to COMPLETED
or FAILED
. The output_file_url
field will then be available for download.