Contract Intelligence · summaries · risk flags · key terms · clauses

First-pass contract review in one API call.

Send raw contract text, get back a plain-language summary, practical risk flags with verbatim evidence, extracted key terms, and presence checks for eight standard clauses — before a human spends an hour on it.

Request · curl
curl https://api.contractintelligence.dev/v1/contracts/analyze \
  -H "Authorization: Bearer cik_live_xxx" \
  -H "Content-Type: application/json" \
  -d '{"text":"MASTER SERVICES AGREEMENT ...","title":"MSA — Acme Corp","document_type":"msa"}'
Response · json
{
  "risk_score": 0.78,
  "risks": [
    { "clause": "no_liability_cap",   "severity": "high" },
    { "clause": "auto_renewal",        "severity": "medium" }
  ],
  "key_terms": { "governing_law": "Delaware", "auto_renew": true }
}

A focused first pass, not a CLM suite

Plain-language summary

Three to six sentences a non-lawyer can act on — what the agreement is, for how long, on what terms.

Risk flags with evidence

Practical flags like no_liability_cap or auto_renewal, each with severity and a verbatim excerpt.

Key-term extraction

Parties, effective date, term, termination notice, governing law, payment terms, auto-renewal.

Clause detection

Present/absent checks for a fixed set of eight standard clauses — indemnification to IP assignment.

Free re-analysis

Re-submitting identical text within your organization costs 0 AU and returns instantly from cache.

Privacy by default

Raw contract text is never stored — only a content hash and the structured result.

Not legal advice. Contract Intelligence is automated first-pass assistance: it accelerates triage and surfaces practical observations, but it does not replace review by a qualified lawyer.

Usage-based pricing

Metered in analysis units (AU). One contract analysis costs 12 AU plus 1 AU per 1,250 characters — a typical 10-page contract ≈ 32 AU.

Free

$0/mo

  • 100 AU / month
  • ≈ 3 typical contracts
  • 10 req/min · hard cap

Starter

$29/mo

  • 10,000 AU
  • ≈ 300 typical contracts
  • $8.00 / 1k AU overage

Scale

$399/mo

  • 200,000 AU
  • ≈ 6,250 typical contracts
  • $6.00 / 1k AU overage

Triage every inbound contract automatically.

Sign in with GitHub or Google, create a key, and make your first call in minutes.

Get started free