Get bookmark text
documentedReturn the specified bookmark's processed text-view HTML.
POST /api/1/bookmarks/get_textBookmarksno 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/1/bookmarks/get_text" \
-X POST \
-H "Authorization: OAuth oauth_consumer_key=\"{{INSTAPAPER_API_KEY}}\", oauth_token=\"{{OAUTH2_ACCESS_TOKEN}}\", oauth_signature_method=\"HMAC-SHA1\", oauth_timestamp=\"{{OAUTH_TIMESTAMP}}\", oauth_nonce=\"{{OAUTH_NONCE}}\", oauth_version=\"1.0\", oauth_signature=\"{{OAUTH_SIGNATURE}}\"" \
-H "Accept: text/html" \
-H "Content-Type: application/x-www-form-urlencoded" \
-d "bookmark_id={{$bookmark_id}}"