Back to Home
Free Forever • No Limits

File Uploader

Upload any file and get instant CDN link. Images, videos, documents — all supported with permanent global storage.

Unlimited
Permanent
Global CDN

Upload File

Max 50MB • All Types


File preview will appear here
Uploading to global CDN...
- Size
- Type
- ID

API Docs

REST Endpoints

POST /api/upload

Upload file & get CDN URL

{ "buffer": "base64_content", "mimeType": "image/png" }
{ "status": true, "url": "/api/u/abc123.png" }
ParamTypeDesc
bufferstringBase64 file
mimeTypestringMIME type
GET /api/u/:id

Access file directly

GET /api/u/m123.png
cURL
curl -X POST https://domain/api/upload \ -H "Content-Type: application/json" \ -d '{"buffer":"'$(base64 img.png)'","mimeType":"image/png"}'
Supported
JPEG/PNG/GIF/WEBP MP4/MOV/3GP MP3/OGG/AAC PDF/ZIP/TXT/DOC