Secure sharing without the wait
Blazing-fast uploads with short links out of the box. Add a password for sensitive files and keep them available as long as you want. API access and stats included for premium users.
Drag & drop
or paste images directly
Uploading photo.jpg
0%
API ready
Automate uploads in code
terminal · api upload
$ curl -X POST \
-H "Authorization: Bearer sk_live_***" \
-F "file=@photo.jpg" \
https://api.imgprime.io/v1/upload
// Node
import ImgPrime from 'imgprime'
const client = new ImgPrime('sk_live_***')
const link = await client.upload('photo.jpg')
console.log(link.shortUrl)
Instant uploads
Drag & drop or paste images directly. No signup needed to start sharing.
Password protection
Add passwords to any upload. Only people with the password can view.
Auto cleanup
Free uploads are automatically removed after 30 days. Premium keeps forever.
Fast global CDN
Images load instantly from edge servers closest to your visitors.
API access
Premium users get full API access. Automate uploads from your apps and scripts.
Upload analytics
Track views, downloads and bandwidth usage for all your uploads.