Skip to main content
POST
Restore the extracted value of a cell

Authorizations

Authorization
string
header
required

API key for authentication. Format: gcai_xxxxxxxxx

Create API keys in the GC AI app under Settings → API.

Path Parameters

id
string<uuid>
required

The vault ID

documentId
string<uuid>
required

The document_id of a row from GET /vaults/{id}/documents.

fieldKey
string
required

Column key, as the vault reports it for its columns. A key, not a label: governingLaw, not Governing law. Percent-encode it if it holds a character a URL path reserves.

Required string length: 1 - 100
Example:

"governingLaw"

Response

The restored cell

document_id
string<uuid>
required

Document the cell belongs to

field_key
string
required

Column key for the cell

cell
object
required

The cell after the write, in the same shape GET /vaults/{id}/documents reports under values.

extracted_at
string | null
required

ISO 8601 timestamp of the last write that set a value on this cell. A revert restores the scanned value without restamping it, so after a revert this is still the time of the edit that was undone, not the time of the original scan.

Last modified on September 25, 2026