MornDrop 上げる: curl -X POST --data-binary @shot.png -H "Content-Type: image/png" https://drop.tsukumistudio.com curl -X POST -F file=@README.md https://drop.tsukumistudio.com -> {"url": "...", "raw": "...", "key": "..."} 取り出す: https://drop.tsukumistudio.com/ 受け取るのは image/png / image/jpeg / image/gif / image/webp / text/markdown / text/plain / application/json / text/csv。 text/markdown / text/plain / application/json / text/csv は開くと読める形で出ます(生が要るときは ?raw)。 参照が 30 日途絶えたものは自動で消えます。