Laden Sie kostenlos Bilder und Dateien hoch

Bashify ist ein kostenloser Webdienst, mit dem Bilder, kurze Videos oder andere Dateien gepostet und Links für Reddit, Facebook, Twitter, Blogs und Foren abgerufen werden können.

Wie funktioniert es?

Verwenden Sie das Feld unten, um Ihre Dateien abzulegen, oder klicken Sie in das Feld, um Bilder oder Dateien auszuwählen. Es gibt keine Registrierung oder Anmeldung. Sie können mehrere Artikel gleichzeitig hochladen und erhalten für jeden Artikel einen Link. Alle Uploads sind anonym.

Klicken Sie hier, um Dateien hochzuladen, oder legen Sie sie dort ab

Für Bilder wird jedes Bildformat unterstützt (zum Beispiel: 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