type: service
status: active
timestamp: 2026-06-20
tags: [images, host, origin, imgur, fallback, mirror]

Imgur

Tier 3 image origin — free unlimited hosting + REST API, ImgBB mirror

Imgur

Role

Tier 3 origin in the 4-tier image-host chain. Operates as a mirror / hot-link backup to ImgBB: the same upload payload is pushed to both services in parallel from CI. If both Tier 1 (repo-hosted) and Tier 2 (ImgBB) fail at runtime, the <Image> wrapper falls through to the Imgur URL.

Free tier

Card / subscription required?

NO. Free-tier sign-up is email; client ID for the API is issued without payment method. No card requested anywhere in the flow.

How it’s used

  1. Same CI step that uploads to ImgBB also POSTs to https://api.imgur.com/3/image with Authorization: Client-ID <IMGUR_CLIENT_ID> (from Doppler) + base64 body.
  2. API returns { data: { link, deletehash, ... } }.
  3. The URL is committed to the post’s frontmatter as image_tier_3:.
  4. The treats it as the fallback after ImgBB.

Methods supported

Anonymous upload (Client-ID only), OAuth2 (account-bound), URL upload, base64, multipart form. No paid plan, no card path.

Alternatives

Swap cost

Low — single env var (IMGUR_CLIENT_ID) + one CI step. Existing URLs keep resolving from i.imgur.com regardless.

Why this is our pick

Imgur quirks worth knowing

Cross-refs


Edit on GitHub · Back to index