Logo
Logo
⌘K

The Upload Object

Attributes

fileType

enum

File type of the image file.
Possible enum values
PDF
PNG
JPG
TIFF

height

number

Height of the image file in pixels.

previews

object

Preview images of the image file.
Show child attributes

lg

string

Large preview image URL up to 1920x1920 pixels.

sm

string

Small preview image URL up to 320x320 pixels.

xs

string

Extra small preview image URL up to 96x96 pixels.

size

number

Size of the image file in bytes.

status

enum

Upload status of the uploaded image.
Possible enum values
Pending
The image is currently uploading.
Success
The image was successfully uploaded.
Fail
The image failed to upload.

url

string

URL of the image.

width

number

Width of the image in pixels.
Upload Object