File properties
Field Name | Field Type | Description |
---|---|---|
file_uri | string | File name |
upload_link | string | File link |
folder | string | Folder where uploaded links are stored, all links from OpenAPI uploads will be under url_upload |
size | integer | File size |
type | string | File type |
origin_link | string | Original file link |
desc | string | File description |
aspect_ratio | string | Aspect ratio |
width | integer | Image width in pixels |
height | integer | Image height in pixels |
created_at | string | Creation time |
updated_at | string | Last 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"
}