+
+ Add articles from your iPhone, iPad, or Mac using Shortcuts:
+
+
+
+ - Create an API key above
+ - Open the Shortcuts app
+ - Create a new shortcut with these actions:
+
+
+
+
# Get URL from Share Sheet or Clipboard
+
Get URLs from Input
+
# Send to ReadLater
+
URL: {baseUrl}/api/v1/add
+
Method: POST
+
Headers:
+
Authorization: Bearer YOUR_API_KEY
+
Content-Type: application/json
+
Body: {`{"url": "[URL from above]"}`}
+
+
+
+ Add the shortcut to your Share Sheet to save articles from Safari and other apps.
+
+
+