Sign in

Add URL to Instapaper

documented

Add a URL to a user's Instapaper account.

POST /api/addBookmarksno implementation yet0 runs
No 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'
Add URL to Instapaper · Instapaper · OpenIntegrations