cURL
curl --request POST \ --url https://requests.production.judit.io/lawsuits/count \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "search": { "search_type": "cpf", "search_key": "string" } } '
{ "total": 123 }
Returns the number of lawsuits in our datalake that match the provided criteria.
Documentation IndexFetch the complete documentation index at: https://docs.judit.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.judit.io/llms.txt
Use this file to discover all available pages before exploring further.
JWT Bearer token for authentication
Show child attributes
Successful response
Was this page helpful?