Loading…
We use cookies to improve your experience and analyze site traffic. See our Privacy Policy for details.
When ParseFlow extracts a value with low confidence, you can correct it via the feedback API. Per-tenant corrections are weighted into future extractions for the same document type and schema.
curl -X POST https://parseflow.dev/api/v1/feedback \
-H "X-API-Key: dm_live_your_api_key" \
-H "Content-Type: application/json" \
-d '{"extraction_id":"ext_xyz","field":"total","correct_value":"1234.56"}'