#The Media object
Stores workspace-managed assets such as QR center logos or downloadable files that Linkbreakers signs and serves alongside link experiences.
createdAt
string (date-time)When the file was created
fileName
stringThe name of the file
id
stringThe unique identifier of the media file (UUID)
mediaType
string (enum)MediaType represents the type of media
Allowed values
TYPE_UNSPECIFIEDThe media type is not specified
TYPE_CENTRAL_QRCODE_IMAGEThe media type is a central QR code image
mimeType
stringThe MIME type of the file
signedUrl
stringShort-lived signed URL for downloading the media asset
size
string (int64)The size of the file in bytes
updatedAt
string (date-time)When the file was last updated
uploadedBy
stringThe member who uploaded the file If it was uploaded through the public API, or if the member was removed from the workspace, the uploaded_by will be null.
visibility
string (enum)The media visibility is not specified
Allowed values
VISIBILITY_UNSPECIFIEDMedia visibility not specified
VISIBILITY_PUBLICThe media visibility is public
VISIBILITY_PRIVATEThe media visibility is private
workspaceId
stringThe workspace ID the media file belongs to (UUID)