Skip to main content
GET
/
api
/
v1
/
chat
/
attachment
/
{id}
Download attachment
curl --request GET \
  --url https://api.algoreg.com/api/v1/chat/attachment/{id} \
  --header 'Authorization: Bearer <token>'
{
  "format": "any",
  "type": "any"
}

Documentation Index

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

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

Path parameters

id
string
required

Response body

format
any
type
any
{
  "format": "any",
  "type": "any"
}