Skip to main content
GET
/
conversation
/
message
/
{messageId}
/
download
Baixar mídia da mensagem
curl --request GET \
  --url http://localhost:3001/conversation/message/{messageId}/download \
  --header 'X-JuriChat-Api-Key: <api-key>'
"null"

Documentation Index

Fetch the complete documentation index at: https://docs.jurichat.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-JuriChat-Api-Key
string
header
required

Chave de API do escritório (criada no painel). Envie o valor no header X-JuriChat-Api-Key.

Path Parameters

messageId
string
required

ID da mensagem cujo arquivo será baixado.

Pattern: ^[cC][^\s-]{8,}$

Response

enum<string> | null

Redirect to signed download URL

Redirect to signed download URL

Available options:
null