Skip to main content
GET
/
attachments
/
{id}
Get a signed download URL
curl --request GET \
  --url https://api.sentvia.ai/v1/attachments/{id} \
  --header 'Authorization: Bearer <token>'
{
  "filename": "<string>",
  "content_type": "<string>",
  "content_base64": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

200 - application/json

OK

filename
string | null
content_type
string
content_base64
string