Plain-language summary
Three to six sentences a non-lawyer can act on — what the agreement is, for how long, on what terms.
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.
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"}'
{
"risk_score": 0.78,
"risks": [
{ "clause": "no_liability_cap", "severity": "high" },
{ "clause": "auto_renewal", "severity": "medium" }
],
"key_terms": { "governing_law": "Delaware", "auto_renew": true }
}
Three to six sentences a non-lawyer can act on — what the agreement is, for how long, on what terms.
Practical flags like no_liability_cap or auto_renewal, each with severity and a verbatim excerpt.
Parties, effective date, term, termination notice, governing law, payment terms, auto-renewal.
Present/absent checks for a fixed set of eight standard clauses — indemnification to IP assignment.
Re-submitting identical text within your organization costs 0 AU and returns instantly from cache.
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.
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.
$0/mo
$29/mo
$99/mo
$399/mo
Sign in with GitHub or Google, create a key, and make your first call in minutes.
Get started free