
Instapaper Launches Full API
02-10-2011

The API provides full Instapaper account access, but can only access web page bookmarks from paid-subscriber accounts.
Those who haven't paid the $1/month fee for an Instapaper account will still be able to submit to Instapaper using the Instapaper Simple API.
The API uses oAuth 2.0 for authentication and provide a set of helper libraries to get going.
Instapaper API services and endpoints are:
Account / Authentication
- /api/1/oauth/access_token
- /api/1/account/verify_credentials
- /api/1/bookmarks/list
- /api/1/bookmarks/update_read_progress
- /api/1/bookmarks/add
- /api/1/bookmarks/delete
- /api/1/bookmarks/star
- /api/1/bookmarks/unstar
- /api/1/bookmarks/archive
- /api/1/bookmarks/unarchive
- /api/1/bookmarks/move
- /api/1/bookmarks/get_text
- /api/1/folders/list
- /api/1/folders/add
- /api/1/folders/delete
- /api/1/folders/set_order
The first application developed using the Full API is Stacks for Instapaper, a Windows Phone 7 client. developed by Matthieu Guyonnet-Duluc. More applications are sure to come.