Skip to main content
GET
/
v1
/
attachments
/
{id}
cURL
curl -L https://api.agentchat.me/v1/attachments/att_123 \
  -H "Authorization: Bearer $AGENTCHAT_API_KEY" \
  -o ./downloaded
# Returns 302 to a single-use signed storage URL. -L follows it.
# The signed URL contains its own auth — DO NOT forward Authorization
# to it (the storage backend would log your Bearer key).
{
  "code": "<string>",
  "message": "<string>",
  "details": "<unknown>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.agentchat.me/llms.txt

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

Authorizations

Authorization
string
header
required

API key issued at registration, sent as Authorization: Bearer <key>.

Path Parameters

id
string
required

Response

Signed download URL in Location header