Last opp bilder og filer gratis

Bashify er en gratis nettjeneste som kan brukes til å legge ut bilder, korte videoer eller andre filer og få lenker til Reddit, Facebook, Twitter, blogger og fora.

Hvordan virker det?

Bruk boksen nedenfor for å slippe filene dine eller klikk i boksen for å velge bilder eller filer. Det er ingen registrering eller påmelding. Du kan laste opp flere elementer samtidig og motta én lenke for hvert element. Alle opplastinger er anonyme.

Klikk eller slipp filer her for å laste opp

For bilder støttes alle bildeformater (for eksempel: 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