-
Notifications
You must be signed in to change notification settings - Fork 25
Home
Andreas Gohr edited this page Jan 30, 2018
·
11 revisions
The reMarkable Paper tablet and the desktop and mobile clients use the same API to transfer files from and to the cloud service. This is an effort to document the API so it can be used to implement custom clients to upload, download and manage files on the reMarkable.
A sample implementation in PHP is available in this repository.
The API is split into multiple endpoints. All requests are made over HTTPs and use Bearer Authentication aka. Token Auth.