Hladdu upp myndum og skrám ókeypis

Bashify er ókeypis vefþjónusta sem hægt er að nota til að birta myndir, stutt myndbönd eða aðrar skrár og fá tengla fyrir Reddit, Facebook, Twitter, blogg og spjallborð.

Hvernig virkar það?

Notaðu reitinn hér að neðan til að sleppa skránum þínum eða smelltu í reitinn til að velja myndir eða skrár. Það er engin skráning eða skráning. Þú getur hlaðið upp mörgum hlutum á sama tíma og fengið einn tengil fyrir hvern hlut. Öll upphleðsla er nafnlaus.

Smelltu eða slepptu skrám hér til að hlaða upp

Fyrir myndir er hvaða myndsnið sem er stutt (til dæmis: png, jpeg, gif, webp)

Error! Foo Bar.

Option 2: Upload from the command line using the API

Our convenient API allows uploading images or files from your terminal window. For example:

curl --form meta='{"exposure": "public", "expiration": "auto"}' \
     --form 'file=@/home/foobar/images/beautiful_sunset.jpg' \
     https://bashify.io/api/v1/upload
            
The above command will upload the image with the path /home/foobar/images/beautiful_sunset.jpg.

The response will be a JSON-formatted string like this:

{"short_url_code":"D5vH4M",
 "long_url_code":"D5vH4M_beautiful_sunset",
 "is_image":1,
 "deletion_code":"teP5EUKtL"}
            
From the above we can construct URLs: https://bashify.io/images/D5vH4M or https://bashify.io/images/D5vH4M_beautiful_sunset