Skip to content

Instantly share code, notes, and snippets.

@sandsmark
Last active January 10, 2023 05:47
Show Gist options
  • Save sandsmark/0ec5a7f9ac6b549c1373263995d03fc3 to your computer and use it in GitHub Desktop.
Save sandsmark/0ec5a7f9ac6b549c1373263995d03fc3 to your computer and use it in GitHub Desktop.
reMarkable USB "restish" API
Enable in Settings -> Storage.
Listing documents (returns json blob): http://10.11.99.1/documents/
Listing documents in folder: http://10.11.99.1/documents/${folder_id}/
Getting thumbnail for last opened page: http://10.11.99.1/thumbnail/${document_id}
Upload/import (standard POST call, with 'file' parameter, accepts pdfs and epubs): http://10.11.99.1/upload/
Download (svg or zip with pngs): http://10.11.99.1/download/${document_id}/{pdf,png}
All other requests are served from /usr/share/remarkable/webui/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment