Skip to main content
GET
/
lawsuits
/
{lawsuit_cnj}
/
{instance}
/
attachments
/
{attachment_id}
Download de anexo do S3
curl --request GET \
  --url https://requests.production.judit.io/lawsuits/{lawsuit_cnj}/{instance}/attachments/{attachment_id} \
  --header 'Authorization: Bearer <token>'
{
  "attachment_url": "<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

Path Parameters

lawsuit_cnj
string
required
instance
string
required
attachment_id
string
required

Response

Successful response

attachment_url
string
required