تصاویر و فایل ها را به صورت رایگان آپلود کنید

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