logo
AttachmentsDownload attachment (presigned redirect)

Download attachment (presigned redirect)

Returns 307 Temporary Redirect to a presigned S3 URL. Clients should follow redirects (e.g. curl -L). URL expires in 15 minutes (same default as in-app download). Attachment must belong to the API key tenant.

curl -X GET "/api/v1/attachments/123e4567-e89b-12d3-a456-426614174000/download" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_TOKEN (API key (ixk_...))"
{}
GET
/attachments/{id}/download
GET
Bearer Token (API key (ixk_...))
Bearer Tokenstring
Required

API key from Settings → API. Pass as Authorization: Bearer <key>

API key from Settings → API. Pass as Authorization: Bearer <key>
Request Preview
Response

Response will appear here after sending the request

Authentication

header
Authorizationstring
Required

Bearer token (API key (ixk_...)). API key from Settings → API. Pass as Authorization: Bearer <key>

Path Parameters

Responses