Skip to main content
PATCH
Edit one extraction cell on a document
Writes an override for one schema field. Overrides survive a later reprocess of the same schema. They are cleared if you move the document onto a different schema. Cell edits do not spend credits.

Authorizations

Authorization
string
header
required

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.

Path Parameters

att_id
integer
required
field_id
string
required

Body

application/json

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.

value
unknown
side
enum<string>
default:original
  • original - original
  • translated - translated
Available options:
original,
translated

Response

Response for the cell-edit PATCH: the recomputed cell.

cell
any
required