Asynchronous multi-document processing

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.

Language
Click Try It! to start a request and see the response here!