Skip to main content
POST
/
lawsuits
/
synthetic
Agregações sintéticas de processos
curl --request POST \
  --url https://requests.production.judit.io/lawsuits/synthetic \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "search": {
    "search_type": "cpf",
    "search_key": "string"
  }
}
'
{
  "classifications": [
    {
      "value": "<string>",
      "count": 123
    }
  ],
  "subjects": [
    {
      "value": "<string>",
      "count": 123
    }
  ],
  "areas": [
    {
      "value": "<string>",
      "count": 123
    }
  ],
  "tribunals": [
    {
      "value": "<string>",
      "count": 123
    }
  ],
  "justices": [
    {
      "value": "<string>",
      "count": 123
    }
  ],
  "phases": [
    {
      "value": "<string>",
      "count": 123
    }
  ],
  "states": [
    {
      "value": "<string>",
      "count": 123
    }
  ],
  "instances": [
    {
      "value": "<string>",
      "count": 123
    }
  ],
  "sides": [
    {
      "value": "<string>",
      "count": 123
    }
  ],
  "person_types": [
    {
      "value": "<string>",
      "count": 123
    }
  ],
  "names": [
    {
      "value": "<string>",
      "count": 123
    }
  ],
  "other_parties": [
    {
      "value": "<string>",
      "count": 123
    }
  ],
  "lawsuits_count": 123,
  "secrecy_lawsuits_count": 123,
  "request_id": "<string>"
}

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.

Authorizations

Authorization
string
header
required

JWT Bearer token for authentication

Body

application/json

Response

Successful response

classifications
object[]
required
subjects
object[]
required
areas
object[]
required
tribunals
object[]
required
justices
object[]
required
phases
object[]
required
states
object[]
required
instances
object[]
required
sides
object[]
required
person_types
object[]
required
names
object[]
required
other_parties
object[]
required
lawsuits_count
number
required
secrecy_lawsuits_count
number
required
request_id
string
required