Add files to an existing asynchronous job

Summary

This endpoint allows clients to add more documents to an existing asynchronous extraction job identified by folder_id.

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!