আপোনাৰ ফাইলসমূহ ড্ৰপ কৰিবলে তলৰ বাকচ ব্যৱহাৰ কৰক বা ছবি বা ফাইলসমূহ নিৰ্ব্বাচন কৰিবলে বাকচত ক্লিক কৰক। কোনো ধৰণৰ পঞ্জীয়ন বা চাইন আপৰ ব্যৱস্থা নাই। আপুনি একে সময়তে একাধিক বস্তু আপলোড কৰিব পাৰে আৰু প্ৰতিটো বস্তুৰ বাবে এটাকৈ লিংক লাভ কৰিব পাৰে। সকলো আপলোড বেনামী।
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/uploadThe 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