อัพโหลดรูปภาพและไฟล์ได้ฟรี

Bashify เป็นบริการบนเว็บฟรีที่สามารถใช้เพื่อโพสต์รูปภาพ วิดีโอสั้น หรือไฟล์อื่นๆ และรับลิงก์สำหรับ Reddit, Facebook, Twitter, บล็อก และฟอรัม

มันทำงานอย่างไร?

ใช้กล่องด้านล่างเพื่อวางไฟล์ของคุณหรือคลิกในกล่องเพื่อเลือกรูปภาพหรือไฟล์ ไม่มีการลงทะเบียนหรือลงทะเบียน คุณสามารถอัปโหลดหลายรายการพร้อมกันและรับหนึ่งลิงก์สำหรับแต่ละรายการ การอัปโหลดทั้งหมดจะไม่ระบุตัวตน

คลิกหรือวางไฟล์ที่นี่เพื่ออัปโหลด

สำหรับรูปภาพ รองรับรูปแบบรูปภาพใดก็ได้ (เช่น 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