API reference

Verification

AI-extracted obligations are relied upon only after a human verifier confirms or overrides them. Confirming records the obligation as verified; overriding replaces the value and captures the reason. Both actions are scoped to your tenant and restricted to users with the verifier role.

To confirm or override an individual obligation, patch it through the Obligations endpoint and read the resulting trail from its edit history.

Verify a standard position

POST/api/standards/verify
json
{
  "obligation_type": "Liability",
  "scope": { "agreement_type": "MSA", "party_role": "vendor" },
  "position_text": "Cap at 12 months' fees…"
}
Verification is logged
Verify and override actions write to the immutable edit history. The user, timestamp, before and after values, and reason are all recorded.