Swush
How-to

Upload Files

Upload via UI or API.

UI

Use the Upload page to select files, set visibility, and add tags.

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.

On this page