Sample · Beta
Legal
Schema-driven extraction for NDAs and service agreements (beta).
Sample input
PDF preview
Non-Disclosure Agreement
Party One / Party Two
Effective date
Extracted fields
- Party one name
- Party two name
- Effective date
- Governing law
| Field | Value |
|---|---|
| Party One | Acme Corp |
| Party Two | Beta LLC |
- Confidence
- 85%
- Fields
- 6+
Exports available
JSON
API
Same exports in the workspace after you upload a real document — CSV, JSON, filing formats, and API.
Create free account to export
Business value
Before
Contract PDF
After
Key clause fields
Outcome
Review in workspace
Use this through the API
Same structured output via REST — ideal for embedded workflows and batch automation.
Request
POST /api/v1/extract
Authorization: Bearer pm_live_••••
{
"industry": "legal",
"template": "nda",
"file": "@document.pdf"
}
Response
{
"document_type": "nda",
"status": "processed",
"export_ready": true
}
Try Legal with your own file
Run the live demo with this template pre-selected — no account required for the first runs.