POST a file:
curl -F 'file=@yourfile.png' $SITE_URL
Shorten URL:
curl -F 'url=https://example.org' $SITE_URL
Post your text directly
curl -F 'file=@-' $SITE_URL