বিনামূল্যে ছবি এবং ফাইল আপলোড করুন

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