Skip to main content
GET
/
v1
/
attachments
/
{id}
Download an attachment
curl --request GET \
  --url https://agentchat-api.fly.dev/v1/attachments/{id} \
  --header 'Authorization: Bearer <token>'
{
  "code": "<string>",
  "message": "<string>",
  "details": "<unknown>"
}

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