Batch Processing
Batch Processing
Spreadsheet in, spreadsheet out
Most of this industry lives in spreadsheets. Batch is not a bolt-on here — it is the primary interface for portfolio work, and it returns your file with result columns appended rather than a separate export you have to reconcile.
How it works
- 01
Upload
CSV or XLSX, via portal or
POST /v1/batch. - 02
Set purpose
One code for the file, or a per-row column to override.
- 03
Processing
Rows run in parallel. Failures retry; permanent failures are marked, not dropped.
- 04
Download
Same file, result columns appended, plus a run summary.
What comes back
- Your original columns, untouched
- Result fields per the product schema
- Confidence rating per row
- Status: hit, no-hit, or error
- Search ID for audit linkage
- Per-row billed amount
Triage economics
Run the whole portfolio at the batch rate first. Most rows resolve. That leaves a short list of thin files, and investigative money — wherever you spend it — goes only to the fraction that actually needs a person.