License Litigent's evidence-grade legal AI through a single Canadian-hosted API. Power your mediation platform, paralegal product, or family-court self-help portal with the same infrastructure that produces court-defensibility-grade artifacts for our own users.
The same infrastructure that holds up to evidentiary scrutiny in family court — exposed as an API.
Every output ships with a tamper-evident audit trail and a SHA-256 signed reproducibility bundle. Your customers can stand behind what your platform produces.
Province-aware prompts, Canadian-data residency, fluency in Form 8/13/35.1/72J and provincial equivalents. No more bending a US-trained model to fit the Divorce Act.
Every API call is scored against our 4-dimension judge (grounded / faithful / relevant / complete). Enterprise customers get quarterly model-evaluation reports against their own labeled cases.
Each endpoint includes a monthly quota under your plan. Beyond quota, pay only for what you call.
Extract document type, parties, key dates, and forensic events from PDFs, emails, and message threads.
POST /v1/document-ingest
{
"fileUrl": "https://your-bucket/affidavit.pdf",
"extractFields": ["parties", "keyDates", "exhibits"]
}{
"documentType": "Affidavit",
"parties": ["John Doe", "Jane Doe"],
"keyDates": [{ "date": "2026-04-12", "reason": "Service date" }],
"summary": "..."
}Categorize free-text incident descriptions with severity, category, and suggested metadata.
POST /v1/incident-classify
{
"description": "Pickup denied at 5pm despite court order..."
}{
"title": "Pickup denied",
"category": "parenting_time_denial",
"severity": "high"
}Classify message threads (text/email/note) for hostility, court process, financial admissions, and more.
POST /v1/comms-categorize
{
"messages": [{ "body": "...", "sender": "..." }]
}{
"categories": ["hostile_tone", "missed_exchange"],
"severity": "medium"
}Pull the exact messages, exhibits, and pages that answer a natural-language question — with citations.
POST /v1/cross-reference
{
"scopeId": "case_123",
"query": "When did support payments stop?"
}{
"matches": [{ "guid": "...", "date": "...", "preview": "..." }],
"citations": [...]
}Guided affidavit generation with admissibility flags, hearsay detection, and province-specific form fitting.
POST /v1/affidavit-draft
{
"topic": "motion to vary",
"facts": [...],
"province": "ON"
}{
"draft": "...",
"admissibility": { "hearsay": [], "fixes": [] }
}Run any AI output through Litigent's 4-dimension judge (grounded / faithful / relevant / complete). Output is signed.
POST /v1/judge
{
"query": "...", "response": "...", "sources": [...]
}{
"overall": 0.87,
"groundedness": 0.91,
"signedHash": "sha256:..."
}All plans include the full endpoint catalog. You only change quota, SLA, and support tier as you grow.
| Feature | Sandbox | Starter | Business | Enterprise |
|---|---|---|---|---|
| Monthly quota | 1,000 | 50,000 | 250,000 | Negotiated |
| Overage rate | — | $0.012/call | $0.008/call | Negotiated |
| Uptime SLA | Best-effort | 99.9% | 99.95% | Up to 99.99% |
| Production endpoints | ✓ | ✓ | ✓ | ✓ |
| Webhooks | ✗ | ✓ | ✓ (custom retry) | ✓ (custom retry) |
| Workspace seats | 1 | 3 | 10 | Unlimited |
| Support | Community | Email (1 BD) | Slack channel | Dedicated team |
| Model evals | ✗ | ✗ | Quarterly | Continuous |
| Data residency | CA Central | CA Central | CA Central | Custom region |
| White-label | ✗ | ✗ | ✗ | ✓ |
| VPC / on-prem deploy | ✗ | ✗ | ✗ | ✓ |
| Fine-tuning on your data | ✗ | ✗ | ✗ | ✓ |
| Indemnification | ✗ | ✗ | ✗ | ✓ |
Every API call inherits Litigent's court-defensibility model. The artifact your platform produces will hold up when opposing counsel asks where it came from.
| Sandbox | Best-effort | — |
| Starter | 99.9% | 10% credit if breached |
| Business | 99.95% | 25% credit if breached |
| Enterprise | Up to 99.99% | Custom — up to 50% |
{
"result": { ... },
"audit": {
"callId": "01J...",
"requestedAt": "2026-05-14T...",
"modelVersion": "litigent-document-v3",
"promptHash": "sha256:abc...",
"contentHash": "sha256:def...",
"signature": "ed25519:..."
}
}Ingest both parties' affidavits and produce a neutral fact summary in seconds. Build settlement-prep workflows on top of evidence-grade extraction.
Add affidavit drafting, form-fill, and timeline reconstruction to your existing tool without hiring an in-house ML team.
Family-court self-rep portals can offer guided drafting and incident logging while keeping the court-defensibility burden on Litigent.
High-volume affordable case intake. Triage incidents and build timelines for clinic-managed files at $0.02 per record.
Document intake automation — extract parties, key dates, and exhibit lists from client document dumps the day they hit your DMS.
Pre-litigation risk scoring for family-law claims. Pull communication-categorization scores into your existing claims engine.
Founding API customers get locked pricing for 24 months, white-glove integration support, and a seat on the endpoint roadmap.