Pular para o conteúdo principal
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.

Autorizações

Authorization
string
header
obrigatório

JWT Bearer token for authentication

Parâmetros de caminho

lawsuit_cnj
string
obrigatório
instance
string
obrigatório
attachment_id
string
obrigatório

Resposta

Successful response

attachment_url
string
obrigatório