Documentation Index
Fetch the complete documentation index at: https://docs.judit.io/llms.txt
Use this file to discover all available pages before exploring further.

🤖 Judit covers state, federal, labor, electoral, military and superior courts plus BNMP. Authentication is via theapi-keyheader. The 3 main services arerequests(asynchronous),tracking(monitoring) andlawsuits(synchronous / cache).
What you can do
- Search lawsuits by CPF, CNPJ, OAB, Name or CNJ number — asynchronous (live court fetch) or synchronous (Judit cache in milliseconds).
- Track lawsuits automatically and receive webhook updates when new movements happen.
- Detect new lawsuits (birth) tied to a document.
- Get registration data (individuals and companies), with the option of reading from the datalake or live from the Brazilian Federal Revenue.
- Download attachments and BNMP arrest warrants as PDFs.
- Query penal executions (sentence enforcement).
- Summarize lawsuits with AI — automatically generate a cover summary (Judit AI).
Common use cases
Law firms
Centralize the firm’s entire caseload in a single dashboard. Watch critical movements and generate automated reports.
In-house legal
Track the corporate caseload and feed lawsuit status into internal systems (ERP, CRM, BI).
Fintechs and credit bureaus
Run mass due diligence and enrich risk analysis with lawsuit data per CPF/CNPJ in real time.
Compliance and KYC
Check counterpart-related lawsuits (PEPs, criminal records, warrants) during onboarding.
LegalTechs
Launch your platform without maintaining scrapers per court — focus on product, not infrastructure.
Collections and recovery
Identify relevant passive lawsuits (claim amount, phase, class) and prioritize outreach.
Architecture in 1 minute
Three services, one auth pattern:| Service | URL | When to use |
|---|---|---|
requests | https://requests.production.judit.io | Live fetch from courts. Result arrives via webhook or polling. |
tracking | https://tracking.production.judit.io | Continuous lawsuit monitoring at the recurrence you choose. |
lawsuits | https://lawsuits.production.judit.io | Synchronous reading of the JUDIT data lake, returning the processes linked to the consulted document. |
Get started in 3 steps
Request your API Key
Reach out to our commercial team and receive your access key.
Make your first query
Follow the Quickstart to create your first request in under 5 minutes.