Coming Soon · Private Beta · Founding-Partner Pricing

Litigent API
for Builders.

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.

6
Production endpoints
99.9%+
Uptime SLA
🇨🇦
Data residency
SHA-256
Signed responses
Why License Litigent

Production-grade. Court-defensible. Canadian.

The same infrastructure that holds up to evidentiary scrutiny in family court — exposed as an API.

Evidentiary-grade by default

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.

Built for Canadian family law

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.

Closed-loop quality system

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.

Endpoints

Six core endpoints. Pay per call.

Each endpoint includes a monthly quota under your plan. Beyond quota, pay only for what you call.

Document Ingest

$0.050 / document

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": "..."
}

Incident Classification

$0.020 / incident

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"
}

Communications Categorization

$0.008 / message

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"
}

Cross-Reference Search

$0.030 / query

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": [...]
}

Affidavit Drafting

$0.500 / draft

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": [] }
}

Court-Defensibility Eval

$0.015 / judgment

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:..."
}
Plans

Pick a plan, scale predictably.

All plans include the full endpoint catalog. You only change quota, SLA, and support tier as you grow.

Sandbox
Free
1,000 calls / mo
Overage:
  • Test environment only
  • All public endpoints
  • Rate-limited (10 RPM)
  • Community support
  • 30-day paid endpoint trial
Starter
$499CAD/mo
50,000 calls / mo
Overage: $0.012 / call
  • Production endpoints
  • 99.9% uptime SLA
  • Webhooks + signed payloads
  • Email support · 1 business day
  • 3 included workspace seats
Most Requested
Business
$1,999CAD/mo
250,000 calls / mo
Overage: $0.008 / call
  • Priority endpoints
  • 99.95% uptime SLA
  • Custom retry + dead-letter
  • Dedicated Slack channel
  • 10 included workspace seats
  • Quarterly model evals included
Enterprise
CustomContact sales
Negotiated volume
Overage: Negotiated
  • Custom SLA up to 99.99%
  • White-label option
  • VPC / on-premise deploy
  • Custom data residency
  • Custom endpoints & fine-tunes
  • Dedicated account team
  • Indemnification available
FeatureSandboxStarterBusinessEnterprise
Monthly quota1,00050,000250,000Negotiated
Overage rate$0.012/call$0.008/callNegotiated
Uptime SLABest-effort99.9%99.95%Up to 99.99%
Production endpoints
Webhooks✓ (custom retry)✓ (custom retry)
Workspace seats1310Unlimited
SupportCommunityEmail (1 BD)Slack channelDedicated team
Model evalsQuarterlyContinuous
Data residencyCA CentralCA CentralCA CentralCustom region
White-label
VPC / on-prem deploy
Fine-tuning on your data
Indemnification
Security & Compliance

Built to the same evidentiary bar we hold ourselves to.

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.

  • Zero training on customer data
    Your customers' inputs never enter training, fine-tune, or eval pipelines, ours or our upstream provider's.
  • Canadian data residency
    Data stored at rest on Canadian infrastructure. Enterprise can negotiate VPC or on-premise deploys.
  • Tamper-evident audit trail
    Every call logged with SHA-256 content hash, ISO-8601 timestamp, model + prompt version, and operator signature.
  • SOC 2 on the roadmap
    Formal SOC 2 audit planned ahead of GA. Security documentation available for sales-led conversations under NDA.
  • Enterprise assurances
    Indemnification available on Enterprise plans. Insurance and warranty terms addressed during enterprise diligence.
Uptime SLA Commitments
SandboxBest-effort
Starter99.9%10% credit if breached
Business99.95%25% credit if breached
EnterpriseUp to 99.99%Custom — up to 50%
Response signature shape
{
  "result": { ... },
  "audit": {
    "callId":         "01J...",
    "requestedAt":    "2026-05-14T...",
    "modelVersion":   "litigent-document-v3",
    "promptHash":     "sha256:abc...",
    "contentHash":    "sha256:def...",
    "signature":      "ed25519:..."
  }
}
Who builds on this

For builders in the legal stack.

Mediation Platforms

Ingest both parties' affidavits and produce a neutral fact summary in seconds. Build settlement-prep workflows on top of evidence-grade extraction.

Paralegal SaaS

Add affidavit drafting, form-fill, and timeline reconstruction to your existing tool without hiring an in-house ML team.

Self-Help Portals

Family-court self-rep portals can offer guided drafting and incident logging while keeping the court-defensibility burden on Litigent.

Legal Aid Clinics

High-volume affordable case intake. Triage incidents and build timelines for clinic-managed files at $0.02 per record.

Family Law Firms

Document intake automation — extract parties, key dates, and exhibit lists from client document dumps the day they hit your DMS.

Insurance & Risk

Pre-litigation risk scoring for family-law claims. Pull communication-categorization scores into your existing claims engine.

Frequently asked

Common questions

We're onboarding the first 20 founding partners in a private beta. Public availability follows after SOC 2 Type 1 is in hand. Request access below and you'll be at the front of the line for the beta.
Early Access Program

Get on the API waitlist.

Founding API customers get locked pricing for 24 months, white-glove integration support, and a seat on the endpoint roadmap.

Encrypted in transit · Stored in Canada · One contact per company
Endpoints of interest (optional)

Submissions encrypted in transit (TLS 1.3). One row per company. Stored in Canada. We'll never share your information with third parties. Replying within 2 business days.