Imperial v3 is liveFolders, tags, privacy

Upload.Organize. Deliver.

Zero egress. Fast delivery. A media library that feels instant, with an API and SDK that devs actually enjoy.

ShareX readyWebhooks + delivery logsFolders + tags + bulk opsScoped API keysUnlisted + private uploads
Imperial Dashboard

Powering the next generation
of content creators.

Everything you need to host, manage, and share your media at scale. Without the enterprise price tag.

Zero Egress Fees

Built on Cloudflare R2. Never pay for bandwidth again, no matter how viral your content goes.

Global CDN

Content delivered from 300+ edge locations worldwide for sub-50ms latency everywhere.

ShareX Ready

Native support for ShareX. Upload screenshots and files instantly with custom hotkeys.

Lightning Fast

Optimized delivery pipeline ensures your images load instantly on any device.

Developer API

Robust REST API and TypeScript SDKs to integrate image hosting into your own apps.

Real-time Analytics

Track views, bandwidth usage, and storage metrics instantly via the dashboard.

Dead simple SDK

Upload, organize, and ship assets fast. Full TypeScript support. Zero dependencies.

import { ImperialClient } from "@imperial-host/sdk"
import { readFile } from "node:fs/promises"

const imperial = new ImperialClient({
  apiKey: process.env.IMPERIAL_API_KEY!,
  baseUrl: "https://api.imperial.gay"
})

// Upload
const file = await readFile("./meme.png")
const upload = await imperial.upload({
  file,
  filename: "meme.png",
  privacy: "unlisted"
})

// Organize (folders + tags)
const folder = await imperial.createFolder({ name: "Social" })
await imperial.bulkMetadata({
  ids: [upload.id],
  folderId: folder.id,
  tags: ["meme", "2026"]
})

console.log(upload.url)

Get started in seconds

npm install @imperial-host/sdk
Full TypeScript
Zero dependencies
Folders + tags
Scoped API keys
Browser + Node.js
Private/unlisted

Why choose imperial?

Modern infrastructure built for developers, not shareholders.

imperial.
Imgur
Others
Zero Egress Fees
Full API Access
Custom Domains
Advanced Analytics
Webhook Support
Video Processing
Smart Compression
Direct Links

Plus many more features built for modern developers.

Simple, transparent pricing.

Start for free, scale as you grow. Zero egress fees. Fair pricing.

Free

Perfect for trying out Imperial

$0
Storage1 GB
BandwidthUnlimited
  • 10K operations/month
  • Upload key access
  • Community support

Starter

For hobbyists and side projects

$2.49/30d
Storage5 GB
Extra storage$0.20/GB
BandwidthUnlimited
  • 100K operations/month
  • Upload key access
  • Email support
Most Popular

Pro

For creators and growing platforms

$6.99/30d
Storage10 GB
Extra storage$0.15/GB
BandwidthUnlimited
  • 1M operations/month
  • Full API access
  • Multiple API keys
  • Request analytics
  • Priority support

Business

For teams and production apps

$16.99/30d
Storage200 GB
Extra storage$0.10/GB
BandwidthUnlimited
  • 5M operations/month
  • Full API access
  • Multiple API keys
  • Request analytics
  • 99.99% SLA
  • Priority support

What happens when I exceed my limits?

Operations: When you hit your monthly operations limit, uploads will be temporarily paused until the next billing cycle or you upgrade your plan. No overage charges.
Storage: You can purchase additional storage at any time. Extra storage is billed monthly at the per-GB rate for your plan tier.
Need custom limits? Contact us for enterprise pricing.

All plans include unlimited bandwidth with zero egress fees

View detailed comparison

Loved by developers

Don't just take our word for it—here's what our users have to say

January 2026

Amazing image host

Imperial has truly changed my life since I started using it (all the way back when v2 was a thing). I've been tirelessly waiting for v3, and when I saw I can use it, I had a surge of happiness and adrenaline knowing I can once again have amazing customizability, great embeds, fast uploads with a smooth and clean UI. I'm not biased or anything, but Imperial is just really great and worth it—especially good that it has plans for any price range.

January 2026

Quantom Entropy Candle

Review from teigun
teigun

teigun

January 2026

Simple and effective

It genuinely makes it easier if I want to go back and see my images I don't personally use the embed since I don't wanna be flashy.

targeteater

targeteater

January 2026

Best of the best

I'm not going to lie, Imperial has been extremely useful to me because of how fast and secure it is; you'll literally be shocked on how the user experience actually feels like. And on top of that, you already get 1 GB for free from the free plan, you can store hundreds or even thousands of images with NO problem.

rook

rook

February 2026

Fastest image host I've used

Imperial has been with me for the longest time. Even back when Aiden from e-z.host was ddosing Imperial under their old alias, I was there. E-z.host literally banned me for just being in the Imperial discord server! How selfless of Aiden! Anywho, this image host is the fastest I've used ever, has the best UI, the most features and even has their own clipping/screenshotting application - all for REALLY cheap. Well, what are you waiting for? Get Imperial!

focat

focat

Join many of our happy users today!

The Journey

From a vulnerable prototype to a battle-tested platform

  1. v1
    Early

    The Beginning

    The first iteration. Fast, but unoptimized and vulnerable. It was raw, it worked, but it wasn't ready for the world.

  2. v2

    The Learning

    Where I learned about securing applications properly. Made Imperial more reliable, maintainable, and resistant to DDoS attacks. This was the foundation.

  3. v3Lost

    The Vision

    The biggest and best iteration of Imperial. Everything I learned, everything I wanted—all in one place. Then a disk failure event took it all away.

  4. v3 RebornLive

    The Reality

    Built from the ground up, again. Every lesson learned, every mistake corrected. This is Imperial at its peak.

  5. v3.1.3Stable
    Now

    Out of Beta

    Streaming bulk operations, Discord OAuth, refined UX, and comprehensive stability improvements. Imperial is now production-ready and battle-tested.

Built with love, rebuilt with determination, perfected with experience.

Frequently asked questions

Everything you need to know about Imperial.

Still have questions? Check our docs or join our Discord.