Upload PDF files for broker submission
Upload one or more PDF files for a specified broker submission.
Authenticate by passing a broker API key in the x-api-key header. Generate keys via the /api/broker_submissions/api_keys/generate endpoint.
Authorizations
Path Parameters
The unique identifier for the broker submission to upload files to
"sub_1a2b3c4d5e6f"
Body
Array of PDF files to upload.
1 - 12 elements(Optional) Whether to trigger downstream processing (classification, parsing, Flowmingo workflow start, etc.) after the files are uploaded. Defaults to true to preserve existing behaviour. Set to false to upload files without triggering downstream processing — useful when uploading multiple files in sequence and you only want the workflow to start after the final upload.
true
(Optional) The type of document being uploaded. Applies to all files in this request. If omitted, Heron's file classifier will automatically determine the file type. Common values: bank_statement, iso_application_form, debt_summary, void_check, invoice, pnl_statement, balance_sheet, tax_return.
"bank_statement"