Skip to content
Download Beeper

Assets

Manage assets in Beeper Desktop, like message attachments

Download an asset
client.Assets.Download(ctx, body) (*AssetDownloadResponse, error)
POST/v1/assets/download
Upload an asset
client.Assets.Upload(ctx, body) (*AssetUploadResponse, error)
POST/v1/assets/upload
Upload an asset (base64)
client.Assets.UploadBase64(ctx, body) (*AssetUploadBase64Response, error)
POST/v1/assets/upload/base64
Serve an asset
client.Assets.Serve(ctx, query) error
GET/v1/assets/serve