# Attachments

# Image

Example direct attachment:

{
  "type": "image",
  "url": "https://www.smartsuppcdn.com/assets/img/logo/smartsupp.svg",
  "fileName": "smartsupp.svg"
}

Example uploaded attachment:

{
  "type": "image",
  "url": "https://files.smartsuppcdn.com/files/accounts/5/uploads/axR1urSVcq.png",
  "fileName": "Screenshot 2019-05-16 08.37.27.png",
  "fileType": "image/png",
  "expireAt": "2022-07-03T11:43:18.247Z",
  "size": 8544,
  "width": 144,
  "height": 88,
  "thumb400": {
    "width": 144,
    "height": 88,
    "url": "http://files.smartsupp.loc/files/accounts/5/uploads/axR1urSVcq_thumb400.jpg",
    "expireAt": "2022-10-03T11:43:18.249Z"
  }
}

# File

Example direct attachment:

{
  "type": "file",
  "url": "https://www.smartsuppcdn.com/assets/img/logo/smartsupp.svg",
  "fileName": "smartsupp.svg"
}

Example uploaded attachment:

{
  "type": "file",
  "url": "http://files.smartsupp.loc/files/accounts/5/uploads/r7WIW4EXTP.doc",
  "fileName": "22nd May-1.doc",
  "fileType": "application/msword",
  "expireAt": "2022-07-03T11:45:12.565Z",
  "size": 18944
}