File Properties

File properties

Field NameField TypeDescription
file_uristringFile name
upload_linkstringFile link
folderstringFolder where uploaded links are stored, all links from OpenAPI uploads will be under url_upload
sizeintegerFile size
typestringFile type
origin_linkstringOriginal file link
descstringFile description
aspect_ratiostringAspect ratio
widthintegerImage width in pixels
heightintegerImage height in pixels
created_atstringCreation time
updated_atstringLast modification time

Example

{
  "upload_link": "https://cdn.shoplazza.com/652c51e6ea5273f8e0b5c3a30b62fd57.jpeg",
  "file_uri": "652c51e6ea5273f8e0b5c3a30b62fd57.jpeg",
  "folder": "url_upload",
  "size": 0,
  "type": "image/jpeg",
  "origin_link": "",
  "desc": "",
  "aspect_ratio": "1.5032680",
  "width": 690,
  "height": 459,
  "created_at": "2024-04-23T09:25:54+08:00",
  "updated_at": "2024-04-24T16:14:03+08:00"
}