Contract Clause Extractor API
📜 CLAUSE EXTRACTION • Identify and extract all contract clauses • Categorize by type (termination, liability, indemnity, etc.) • Capture exact clause language and location • Detect non-standard or unusual provisions ⚖️ LEGAL ANALYSIS • Extract all parties and their roles • Identify obligations for each party • Flag potential risk areas and red flags • Detect penalty and liability clauses 📅 KEY…
Contract Clause Extractor API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Health Check /health |
Check API status. |
| POST |
Parse from Upload /parse/upload |
Parse a contract document uploaded directly as a file. Upload a contract document and receive comprehensive extracted data including contract type, parties, clauses with risk… |
| POST |
Parse from Base64 /parse/base64 |
Parse a contract document from base64-encoded data. Send a base64-encoded contract document along with its MIME type to receive structured extraction of all contract terms,… |
| POST |
Parse from URL /parse/url |
Parse a contract document from a publicly accessible URL. Provide a URL to a contract (PDF or image) and receive structured data including: - Contract type and summary - Parties… |