If your website or feeds service supports IndieAuth, you can configure Indiepaper automatically by logging in with your domain. If you're a macOS user, you may want to install the Indiepaper macOS application, which will allow you to send links into Indiepaper from any app in macOS using the system-wide sharing service. Simply launch the app, enter your configuration details, and click "Save." Once configured, a system-wide "Send to Indiepaper" action will be available throughout macOS, including in Safari, and other native applications. Integration with iOS is provided through Workflow, an iOS app for automation. Simply download and install the Indiepaper iOS Workflow, configure it within the Workflow app, and you'll be able to send links to Indiepaper from anywhere in iOS. How does Indiepaper work, you say? Well, Indiepaper builds on top of IndieWeb building blocks, namely micropub. To use Indiepaper from your app, just send an HTTP POST request to Indiepaper with a For example, if you wanted to save this interesting article from The Verge to your read later channel, which you have created in Aperture with an API key of When using Indiepaper's support for IndieAuth, Indiepaper will request the
Authorization
header containing a bearer token for your micropub endpoint, and a x-indiepaper-destination
header containing the URL for your micropub endpoint. Your POST request should pass the variable "url" as form-encoded data. Optionally, you can pass the variable "category" as form-encoded data to specify a category for the saved content. Note: the "category" parameter can be passed multiple times if you want to specify multiple categories. XXXXXX
, you would create the request as follows: POST / HTTP/1.1 Host: indiepaper.io Content-Type: application/x-www-form-urlencoded Authorization: Bearer XXXXXX x-indiepaper-destination: [aperture.p3k.io/micropub](https://aperture.p3k.io/micropub) url=https://www.theverge.com/2018/6/27/17509888/oumuamua-interstellar-comet-asteroid-solar-system-trajectory
create
, update
, and save
scopes.
Indiepaper

Brandon Bohling
@bbohling