REST API

Contract Intelligence
via API.

Integrate Guard-Clause's analysis engine directly into your application. Send contract text, receive structured risk analysis.

Quick Start

One request. Structured analysis back.

Request
curl -X POST https://www.guard-clause.com/api/v1/analyze \
  -H "Authorization: Bearer gc_live_..." \
  -H "Content-Type: application/json" \
  -d '{
    "contract_text": "...",
    "persona": "freelancer",
    "contract_type": "freelance_services"
  }'
Response
{
  "risk_score": 74,
  "summary": "...",
  "findings": [...],
  "negotiation_pack": {...},
  "score_breakdown": {...}
}
Endpoints

The full surface

MethodPathDescription
POST/api/v1/analyzeAnalyze a contract
GET/api/v1/reportsList reports for your org
GET/api/v1/reports/[id]Fetch a single report

API access is available on the Enterprise plan.

Contact us for API access

After subscribing to the Enterprise plan, generate your API key from your dashboard to start making calls.