Swush
How-to

Upload Files

Upload via UI or API.

UI

Use the Upload page to select files, set visibility, edit data, add folder or tags.

  • You can drag and drop files anywhere in the Upload dropzone, paste in the Upload page, or use the file picker.

API

Use POST /api/v1/upload with multipart form data.

Form fields:

  • file
  • isPublic
  • description (optional)
  • folderName (optional)
  • newTags (optional, comma-separated)

Large files use chunked upload automatically.

Chrome Extension

Swush Companion (Extension) adds a lot of nice features to make uploading easier:

  • Right-click context menu for quick uploads from anywhere
  • Right-click on images to upload directly to the vault
  • Other features.

On this page