Edit an extraction cell
Override one extracted field on a document.
Authorizations
Organisation API key from Settings → API / /api/keys/. The secret is
shown once. Send Authorization: Bearer sk-abacus-…. One active key
per organisation. Ingest (/api/v2/ingest/*) refuses API keys — that
surface is Auth0-only with ingest:read / ingest:write scopes.
Body
Body for PATCH /attachments/<att_id>/extraction/cells/<field_id>/.
value: the corrected cell value, or null to clear the override and
revert to the LLM-extracted value. side selects the original or the
translated cell (Decision 8 per-field translation). field_id is in the
URL path, not the body.
Response
Response for the cell-edit PATCH: the recomputed cell.

