put https://api.datakeen.co/api/v2/reco/async-multi-doc
Summary
This endpoint allows clients to submit multiple documents for asynchronous processing (unbundling, classification, extraction and verification). Documents are processed in the background, and results can be retrieved later.
Request Format
The request body must be a JSON object with a paramDict
key containing:
files
: List of base64-encoded files (mandatory, max 10 files)userInput
: Dictionary of user inputs (optional)
Supported file types: PNG, JPG, PDF.