Upload gratis afbeeldingen en bestanden

Bashify is een gratis webservice die kan worden gebruikt om afbeeldingen, korte video's of andere bestanden te plaatsen en links te krijgen voor Reddit, Facebook, Twitter, blogs en forums.

Hoe werkt het?

Gebruik het vak hieronder om uw bestanden neer te zetten of klik in het vak om afbeeldingen of bestanden te selecteren. Er is geen registratie of aanmelding. Je kunt meerdere items tegelijk uploaden en voor elk item een link ontvangen. Alle uploads zijn anoniem.

Klik of zet hier bestanden neer om te uploaden

Voor afbeeldingen wordt elk afbeeldingsformaat ondersteund (bijvoorbeeld: 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