Drop one script tag on any site and get a hardened upload endpoint — resize, watermark, WebP, XMP & CDN delivery, without ever touching S3.
// one tag. that's the integration. <script src="…/uploader.js" data-target=".my-uploader" data-api-key="up_•••••"></script> <script> window.UploaderCallbacks = { onUploadComplete(file, res) { // res.files[0].link → CDN url img.src = res.files[0].link; } }; </script>
Powering uploads across
The unglamorous parts — processing, storage, delivery, metadata — handled once, so you stop bolting them onto every project.
Unlimited endpoints, each with its own API key, allowed domains and branding.
Generate every derivative on upload, auto-convert to WebP, set quality per uploader.
Keys only fire from origins you authorize. Everything else gets a 403 at the door.
Embed title, creator & copyright into the file via exiftool — travels with every download.
Hand large video to serverless GPUs — transcode to multiple resolutions, pull thumbnails.
Flip any uploader into a shareable gallery or anonymous drop page — public, private or locked.
No buckets to provision, no signed-URL dance, no front-end widget to maintain. Send multipart/form-data and get structured JSON back.
1·tag
to integrate
<200ms
edge delivery
5GB
free tier
∞
uploaders on agency
Free plan, no card. Create an uploader, copy the key, paste one script tag.
Get started free