GeneralLive

Contract Terms Brief

Pull SLA terms, named entities, PII flags, and a plain-language summary out of a contract or policy document in one call.

$0.0575USDC per call · settled on Base · no subscription, no API key

Overview

Pull SLA terms, named entities, PII flags, and a plain-language summary out of a contract or policy document in one call. Built for contract review, SLA extraction, agreement summary, and terms extraction workflows where an agent needs structured contract terms brief data before a human reads the full document. This is extraction only, not legal advice: it reports what the text states and does not interpret enforceability. Composite: one call runs sla-extract + extract-entities + detect-pii + summarize-text in parallel and merges results into named sections. Sends contract text (alias contract_text); returns sla_terms, entities, pii, and summary. Use it as a contract review assistant, SLA extraction API, or agreement summary tool.

Endpoint

MethodEndpointPriceDescription
POST/v1/marketplace/api/contract-terms-brief$0.0575Invoke Contract Terms Brief (General) and return the upstream response.

How to call it

Requests are paid per call over the x402 protocol. Call the endpoint, receive a 402 Payment Required quote, then repeat the request with the signed payment header. The SDKs do both steps for you.

# 1. Ask for a quote
curl -i -X POST https://api.jarvisclaw.ai/v1/marketplace/api/contract-terms-brief \
  -H 'Content-Type: application/json' \
  -d '{}'

# 2. Pay it (the SDK signs and retries for you)
curl -X POST https://api.jarvisclaw.ai/v1/marketplace/api/contract-terms-brief \
  -H 'Content-Type: application/json' \
  -H 'X-PAYMENT: <signed-payload>' \
  -d '{}'
Open in the marketplace

Docs: Getting started · x402 payments · x402 discovery · All APIs