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. Escalate only the thin ones — so investigative money is spent on the fraction of files that actually need an investigator, which is the entire point of having both in one place.