छवि आ फाइल मुफ्त में अपलोड करीं

Bashify एगो मुफ्त वेब सेवा ह जवना के इस्तेमाल से छवि, छोट वीडियो भा दोसर फाइल पोस्ट कइल जा सकेला आ रेडिट, फेसबुक, ट्विटर, ब्लॉग आ फोरम खातिर लिंक मिल सकेला.

ई कइसे काम करेला?

नीचे दिहल बॉक्स के इस्तेमाल आपन फाइल छोड़े खातिर करीं भा छवि भा फाइल चुने खातिर बॉक्स में क्लिक करीं. कवनो रजिस्ट्रेशन भा साइन अप नइखे. एके साथ कई गो आइटम अपलोड कर सकेनी आ हर आइटम खातिर एगो लिंक मिल सकेला. सगरी अपलोड गुमनाम बा.

अपलोड करे खातिर फाइल इहाँ क्लिक करीं भा छोड़ीं

छवि सभ खातिर, कौनों भी छवि प्रारूप के समर्थन कइल जाला (उदाहरण खातिर: 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