FLATIRON · Add from your phone
← Back to the app

Save links from your phone

Set this up once. Then, from Instagram or Safari, tap Share → Add to Flatiron and the link drops straight into the grading queue. No typing, no opening the site.

1 · Your submit key

This key lets the shortcut add links as you, without a login. Keep it private.

Loading…
Treat it like a password. Anyone with it can add references as you. If it leaks, hit Regenerate — the old key stops working immediately.

2 · Build the iPhone shortcut (once)

  1. Open the Shortcuts app. Tap + to create a new shortcut.
  2. Tap Add Action, search Get Contents of URL, and add it.
  3. Set the URL to https://thefiw.com/api/quick-submit
  4. Tap Show More. Set Method to POST.
  5. Under Headers, add one — Key X-Submit-Key, Value: your key from above.
  6. Set Request Body to JSON. Add a field: key url, type Text, value = the Shortcut Input variable.
  7. Optional: add a Show Notification action so you get a "Saved" confirmation.
  8. Open the shortcut's settings, turn on Show in Share Sheet, and set accepted input to URLs and Text.
  9. Name it Add to Flatiron. Done.

3 · Use it

In Instagram (or any app), tap Share, then Add to Flatiron. That's it — the link is analyzed and lands in your grading queue.

Instagram post pages are login-walled, so the auto-analysis of an IG link is thin — but the card always keeps the original link so you can open the post. Article, YouTube, and website links come through richer.

Endpoint (for reference)

URL  https://thefiw.com/api/quick-submit
Method  POST
Header  X-Submit-Key: (your key)
Body  { "url": "(the shared link)" }