Add URL to Instapaper
documentedAdd a URL to a user's Instapaper account.
POST /api/addBookmarksno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://www.instapaper.com/api/add" \
-u "{{INSTAPAPER_USERNAME}}:{{INSTAPAPER_PASSWORD}}" \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Accept: text/plain" \
-d 'url={{$url}}&title={{$title}}&selection={{$selection}}&jsonp={{$jsonp}}&redirect=close'