Discord Embed Links
Preview-friendly pages wrapped around your uploaded file.
Upload once. Share everywhere. EmbedCDN turns files into stable Discord/social preview links with automatic short URLs and custom slugs.
Preview-friendly pages wrapped around your uploaded file.
Every upload gets a compact redirect automatically.
Use names like launch-assets or patch-notes-7.
Counts uploads, short-link clicks, and file views.
Keep automation alive with the existing API route.
Local or Blob storage, clean handoff, no dashboard required.
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"
}