Interface

RESTPostAPIChannelAttachmentUploadSinglepart

Singlepart upload response item (small files).

Properties

content_type: string

MIME type.

file_size: number

File size in bytes.

filename: string

Original filename.

id: number

Index-based ID.

upload_filename: string

CDN filename to reference when sending.

upload_mode: 'singlepart'

Upload mode.

upload_url: string

Presigned URL to PUT the file.