iOS Shortcut

Share to sto.care from your iPhone

No app · no account · link on your clipboard in seconds

Build a personal iOS Shortcut once (~2 minutes), and from then on you can share any photo or video straight from the Photos app share sheet. The file uploads to sto.care and the download link lands on your clipboard — paste it into any chat, to anyone, on any platform. An AirDrop alternative that doesn't need the other person in the room, on an iPhone, or on anything in particular.

Build itEight steps in the Shortcuts app

Apple requires shortcuts to be signed, so instead of a download you assemble this one yourself — each step is a single action:

  1. 1
    Create a new shortcutOpen the Shortcuts app and tap the + in the top-right corner to start a blank shortcut.
  2. 2
    Enable the share sheetTap the info (i) panel and turn on “Show in Share Sheet”. In the “Receive input” box that appears at the top of your shortcut, limit the accepted types to Images and Media.
  3. 3
    Add “Get Contents of URL”Search for the “Get Contents of URL” action and add it. Set the URL to https://ul.sto.care, expand Show More, set Method to PUT, set Request Body to File, and choose Shortcut Input as the file.
  4. 4
    Add “Get Dictionary from Input”This parses the JSON response from the upload into a dictionary the next action can read.
  5. 5
    Add “Get Dictionary Value”Set it to get the value for the key “url”.
  6. 6
    Add “Copy to Clipboard”It copies the dictionary value from the previous step — your download link — to the clipboard.
  7. 7
    (Optional) Add “Show Notification”Add a notification showing the link so you get visible confirmation the upload worked.
  8. 8
    Name it and you’re doneRename the shortcut to “Share to sto.care” and tap Done. It now appears in the share sheet of every app.

Under the hood, step 3 is the whole trick: the shortcut makes the same request as curl -T against the open upload API, and the API answers with JSON:

What the shortcut receives
PUT https://ul.sto.care
→ {"url":"https://dl.sto.care/xk92mq7p","expiresAt":"2026-07-27T09:14:07.000Z"}

How you use itPhotos → Share → done

Open any photo or video in the Photos app, tap Share, scroll down and tap Share to sto.care. A moment later the link is on your clipboard — paste it into iMessage, WhatsApp, email, Slack, anywhere. The recipient just taps it. No app on their end either.

The honest limits of the shortcut route:

  • 100 MB per file. Enough for most phone videos, not for long 4K recordings.
  • 10 uploads per day per IP address.
  • Links live 72 hours, then the file is deleted.

Bigger file, or want the link to last longer? Open sto.care in Safari instead — the website takes files up to 5 GB and keeps links alive for 7 days. Still free, still no account.

FAQCommon questions

Do I need to install an app?

No. The Shortcuts app ships with every iPhone, and the shortcut you build calls sto.care's open upload API directly. There is nothing to install and no account to create — on your end or the recipient's.

What's the file size limit?

The upload API accepts files up to 100 MB, with 10 uploads per day per IP address. For bigger files — up to 5 GB — use the sto.care website in Safari instead, where links also live longer (7 days instead of 72 hours).

How long do the links last?

Links from the shortcut live for 72 hours, then the file is deleted and the link returns a 404. Uploads made through the sto.care website last 7 days.

Does it work for videos?

Yes. The shortcut accepts anything the share sheet hands it — videos, photos, screen recordings, Live Photos. Unlike iMessage or WhatsApp, the file is not compressed: the recipient downloads exactly the bytes you uploaded, as long as the file is under 100 MB.

Need more than 100 MB or 72 hours?

The web app takes files up to 5 GB and keeps links alive for 7 days. Works in Safari on your iPhone too.

UPLOAD UP TO 5 GB →