| API | Protocol | Base URL | Docs | Reference | OpenAPI | SDKs |
|---|---|---|---|---|---|---|
| Full | rest | https://www.instapaper.com/api/1 | link | — | — | — |
Actions (21)
Bookmarks · 14
- Add URL to InstapaperPOST /api/add
Add a URL to a user's Instapaper account.
documented - Add bookmarkPOST /api/1/bookmarks/add
Add a new unread bookmark to the user's account.
documented - Archive bookmarkPOST /api/1/bookmarks/archive
Move the specified bookmark to the Archive.
documented - Create highlight for bookmarkPOST /api/1.1/bookmarks/{bookmark_id}/highlight
Create a new highlight for a bookmark.
documented - Delete bookmarkPOST /api/1/bookmarks/delete
Permanently delete the specified bookmark.
documented - Delete highlightPOST /api/1.1/highlights/{highlight_id}/delete
Delete a highlight.
documented - Get bookmark textPOST /api/1/bookmarks/get_text
Return the specified bookmark's processed text-view HTML.
documented - List bookmarksPOST /api/1/bookmarks/list
List the user's unread bookmarks and optionally synchronize reading positions.
documented - List highlights for bookmarkPOST /api/1.1/bookmarks/{bookmark_id}/highlights
List highlights for a specific bookmark.
documented - Move bookmarkPOST /api/1/bookmarks/move
Move the specified bookmark to a user-created folder.
documented - Star bookmarkPOST /api/1/bookmarks/star
Star the specified bookmark.
documented - Unarchive bookmarkPOST /api/1/bookmarks/unarchive
Move the specified bookmark to the top of the Unread folder.
documented - Unstar bookmarkPOST /api/1/bookmarks/unstar
Un-star the specified bookmark.
documented - Update reading progressPOST /api/1/bookmarks/update_read_progress
Update the user's reading progress for a bookmark.
documented
Folders · 4
- Add folderPOST /api/1/folders/add
Create an organizational folder.
documented - Delete folderPOST /api/1/folders/delete
Delete a folder and move its articles to Archive.
documented - List foldersPOST /api/1/folders/list
List the account's user-created folders.
documented - Set folder orderPOST /api/1/folders/set_order
Re-order a user's folders.
documented