Skip to content

Upload

Papermerge supports uploading documents via the web UI and the REST API.

The easiest way to upload documents is via the Upload button in the upper-right corner of the screen:

Upload Button

You can also drag and drop files directly from your file explorer into the Documents view instead of using the Upload button:

Or you can drag and drop directly onto a specific location, such as a folder in your Inbox or Files:

Another way to upload files is via the REST API. To do that, first generate an API token. With the token in hand, you can use any REST API client — for example curl — to upload documents using the POST /api/documents/upload endpoint.

You can find documentation for these REST API endpoints in the user menu, in the upper-right corner of the screen:

Accessing REST API docs