Clean embed links that do not look like a storage accident.

Upload once. Share everywhere. EmbedCDN turns files into stable Discord/social preview links with automatic short URLs and custom slugs.

Discord is gonna love this one. Your file is cooking 🔥
Upload console

Drag in the asset, tune the preview, and mint a clean short link in one pass.

Core features

Small surface area. High confidence links.

Discord Embed Links

Preview-friendly pages wrapped around your uploaded file.

URL Shortener

Every upload gets a compact redirect automatically.

Custom Slugs

Use names like launch-assets or patch-notes-7.

Analytics Ready

Counts uploads, short-link clicks, and file views.

API Uploads

Keep automation alive with the existing API route.

Fast Sharing

Local or Blob storage, clean handoff, no dashboard required.

API ready

Upload from bots and scripts without losing the pretty links.

The API response now returns the full embed link and the short link.

POST /api/upload
x-api-token: $API_TOKEN
multipart: myFile, customSlug, title, description

{
  "fileLink": "/files/:id",
  "shortLink": "/s/:code"
}