Create Invoice V2 Job
POST/invoice-v2/jobs
Start an invoice V2 job — extraction, plus optional master-data matching.
The schema + matchers come from a stored config (config_id, its
version pinned on the job at creation) or an inline parameters block
(ad-hoc, not persisted) — exactly one of the two. matchers may be
empty to run extraction only (result.matches is then []). Mapping
role semantics are documented on POST /configs. Runs
asynchronously: returns a pending job; poll
GET /invoice-v2/jobs/{job_id} for status and result.
Request
Responses
- 202
- 401
- 403
- 404
- 422
Invoice V2 job accepted
Unauthorized
Forbidden
Not Found
Unprocessable Entity