Skip to main content

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.

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.

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

1

Open the workspace

Click the card above. The Judit API collection appears in the sidebar with all endpoints organized by folder.
2

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.
3

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.
4

Send your first request

Open Lawsuit & document search › 1 - Create request by CNJ, set the cnj_code variable to a real lawsuit code, and click Send. You should get a request_id back — it’s captured automatically into the request_id variable, so the next step (2 - Get request status) just works.

What’s inside

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 warrant lookup by CPF, name, or RJI, plus warrant attachment download.
Criminal execution lookup by CPF, CNPJ, name, or CNJ.
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.).
Look up the entity object (CPF or CNPJ registration data), with the option to query Receita Federal in real time.
List requests created in a given period, useful for billing and consumption analysis.
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.