Query Multiple Documents
Process multiple documents with a custom prompt using LLM file upload APIs.
Overview
This procedure processes multiple documents with a custom prompt by uploading them directly to the LLM provider's file API (OpenAI Files API or Gemini Part). No OCR or image conversion is performed - the documents are sent as-is to the LLM for processing. This is efficient for handling multiple documents in a single API call.
Make sure to add the Document Processing Book to your agent before using this automation procedure.
Syntax
Below is a line-by-line overview of the automation syntax. Expand each line to learn more.
Examples
1. Extract Invoice Information from Multiple Documents
2. Summarize Multiple Reports
3. Compare Multiple Contracts
Last updated
Was this helpful?
