Image Hosting
Image Hosting
Fast
Free Image Hosting

Fast, Minimal.
Image Hosting.

Paste, select, or drop your images and get a shareable URL in seconds.

Fast

Quick Uploads

Safe

Secure

Reliable Storage

Easy

Simple Sharing

Upload Image

Click, drag, or paste image here

JPG, PNG, GIF, WEBP

Your Uploads

Saved locally

No uploads yet

Upload images to see them here. They are saved locally.

Example Results

Hosted Image Local File Local File
Waiting to upload...
Hosted Online
bj.com/i/abc1234

How Does It Work?

1

Upload Image

Select, drag & drop, or paste your image.

2

Fast Storage

Image securely stored on fast Cloudflare edge.

3

Share Instantly

Get a short URL and share it anywhere.

Ready to host your images?

Try BJ Image Hosting now, for free!

Upload Now

No registration required • Free forever

Image Hosting API

Public endpoint to upload images directly from your applications, scripts, or bots. No API key required.

POST
https://image-host.bj-devs.workers.dev/api/upload

Request Parameters

Name Type Status
image multipart/form-data Required

Usage Examples

curl -X POST https://image-host.bj-devs.workers.dev/api/upload \
  -F "image=@photo.jpg"

Responses

Success (200 OK)
{
  "creator": "@bj_devs on Telegram",
  "ok": true,
  "Output": "https://image-host.bj-devs.workers.dev/i/aBcD1234"
}
Error (500)
{
  "creator": "@bj_devs on Telegram",
  "ok": false,
  "message": "Upload failed: No image file provided"
}