Feedback loop
Send corrected field values back to Invofox and every correction makes your future extractions more accurate — automatically, with no extra work.
Why corrections exist
Invofox extracts data automatically, but no AI is perfect — a field may be read wrong, or, if you use the Classifier, the detected type might not be the one you expected. Sending the correct values back fixes the document and feeds the result into model training, so Invofox keeps improving over time — automatically, with no extra configuration.
Enterprise plans: documents you send corrections on may not count toward your usage — contact support@invofox.com.
What you can correct
Everything goes through a single endpoint — PUT /documents/{id}. In the body you can send data (corrected field values), type (the right document type, if the Classifier got it wrong), or both at once. Send only what’s wrong.
- Fields (
data) — include only the fields you’re fixing, each as{ "value": ... }. - Type (
type) — a Document Type id or alias. Changing the type re-extracts the document under the new Document Type, so its fields will match it.
The endpoint returns the updated document. Every correction is fed back into model training, helping Invofox improve future extractions — no extra configuration required.