AVAILABLE

Procurement

Contract Obligation Extract

Deterministic ISO-date and obligation-indicator extraction from customer-supplied contract text. It is not legal advice and needs source review.

CONTRACT

Predictable for agents. Legible for reviewers.

REST
POST /v1/contracts/obligations/extract
MCP tool
extract_contract_obligations
Inputs
Contract reference, customer-supplied text, and optional as-of/lookahead settings.
Returns
CLEAR or REVIEW_REQUIRED with candidate dates, indicators, and transparent extraction method.
Latency
Synchronous
Usage unit
Control check

AGENT-READABLE EXCEPTIONS

CONTRACT_DATE_NOT_FOUNDCONTRACT_RENEWAL_LANGUAGE_NOT_FOUND

EXAMPLE REQUEST

POST /v1/contracts/obligations/extract
Authorization: Bearer apc_...
Content-Type: application/json

{
  "contract_reference": "C-1",
  "contract_text": "Renewal notice is due by 2026-12-01. Payment terms apply."
}

REPRESENTATIVE RESPONSE

{
  "product": "Contract Obligation Extract",
  "status": "COMPLETED",
  "decision": "CLEAR",
  "exceptions": [],
  "evidence": {
    "contract_reference": "C-1",
    "dates_found": [
      "2026-12-01"
    ],
    "obligation_indicators": [
      "renew",
      "notice",
      "payment"
    ],
    "method": "deterministic text pattern extraction"
  },
  "next_action": "Review candidates against the source contract; this is not legal advice."
}
Structured outputStatus, decision, exceptions, evidence, confidence, and next action where relevant.
Tenant-scopedOnly the caller's organization records are searched or returned.
Read-onlyNo accounting record, vendor bank account, or payment is changed.

Use Contract Obligation Extract through RapidAPI.

Choose a capped marketplace plan, copy the generated request, and route the structured result through your own authorized workflow.