The full Judit API collection lives in our public Postman workspace. Click below to open it: from there, you can browse every request with descriptions and examples, run it in the Postman web app, or fork it into your own workspace with one click.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.
Open the Judit API in Postman
Opens the public workspace. Use Fork to copy it into your own workspace, or Run in Postman to import it into the desktop app.
Quick start
Open the workspace
Click the card above. The Judit API collection appears in the sidebar with all endpoints organized by folder.
Fork the collection (or import it)
On the collection header, click Fork to copy it into your personal workspace, or Run in Postman to send it to your desktop app. Both keep the structure, variables, and test scripts intact.
Set your API key
Open your forked collection, click the collection name in the sidebar, and go to the Variables tab. Paste your API key into the
api_key variable’s Current value column and click Save. The collection sends it automatically as the api-key header on every request.What’s inside
Lawsuit & document search
Lawsuit & document search
End-to-end flow: create a request by CNJ or by document (CPF, CNPJ, OAB, name), poll its status, list responses, and download lawsuit attachments. The first step auto-captures
request_id into a collection variable, so chained calls work without copy-paste.Tracking
Tracking
Create, list, pause, resume, update, and delete lawsuit monitorings. Includes the full filter set (tribunals, subjects, classifications, party names/documents) and the response history endpoint.
Arrest warrants
Arrest warrants
Arrest warrant lookup by CPF, name, or RJI, plus warrant attachment download.
Criminal execution
Criminal execution
Criminal execution lookup by CPF, CNPJ, name, or CNJ.
Datalake queries
Datalake queries
Synchronous queries against the Judit datalake: Hot Storage (full lawsuit list), Count (total matches), True / false, and Grouped historical (counts aggregated by classification, subject, area, tribunal, etc.).
Registration data
Registration data
Look up the
entity object (CPF or CNPJ registration data), with the option to query Receita Federal in real time.Usage report
Usage report
List requests created in a given period, useful for billing and consumption analysis.
Credentials vault
Credentials vault
Register, list, and delete credentials for tribunals that require authenticated crawling.
The collection uses Postman variables for the base URLs and your API key, so you only configure them once. If you need a sandbox key, contact us at contato@judit.io.
Offline download (Postman v2.1 / Insomnia)
Prefer importing locally instead of using the public workspace? Download the JSON file and import into Postman or Insomnia:Download judit-api.postman_collection.json
Compatible with Postman and Insomnia. After importing, edit the collection’s Variables and paste your
api_key.