About CanUSeeMe

canuseeme is a simple, single binary self-hosted webservice that allows any OTHER web service to see how it presents on the internet.

A little bit like a remote repeater: I've been configured as `my.domain.com`, but am I actually reachable at that?

canuseeme.tezoatlipoca.com/blob/{key}
curl -X PUT "canuseeme.tezoatlipoca.com/blob/abc123" --data-binary @excellent.meme.png

uploads a file to key abc123 (obviously you'd want something better than that). And to retrieve:

curl "canuseeme.tezoatlipoca.com/blob/abc123" --output <FILE>

It's up to you to know what data is stored at that key - no metadata about the payload is provided when you upload, so no metadata about it is available when you retrieve it.

This canuseeme instance is provided by