Interface

RESTPostAPIChannelAttachmentUploadSinglepart

Singlepart upload response item (small files).

Properties

NameTypeDescription
content_typestringMIME type.
file_sizenumberFile size in bytes.
filenamestringOriginal filename.
idnumberIndex-based ID.
upload_filenamestringCDN filename to reference when sending.
upload_mode'singlepart'Upload mode.
upload_urlstringPresigned URL to PUT the file.