Free image Storage Api
1
Mamiy
Script Kiddie!
Hey everyone š
I just shipped something I've been building ā TeleDrive, a free image storage API for developers.
What it does:
Upload images via a simple REST API and get a permanent URL back. That's it. No complex setup, no AWS, no credit card.
How to use it:
1. Sign up at https://imgstorage1.vercel.app2. Get your free API key instantly3. Upload images from any language or framework
Quick example:
curl -X POST https://imgstorage1.vercel.app/api/v1/upload
-H "x-api-key: your_key_here"
-F "image=@photo.jpg"
// Response
{ "success": true, "url": "https://imgstorage1.vercel.app/i/abc123" }
Why it's free:
It uses Telegram's infrastructure for storage under the hood ā so there are literally zero storage costs.
Links:
š Website ā https://imgstorage1.vercel.app
š API Docs ā https://imgstorage1.vercel.app/dashboard/docs
Built with Next.js, Prisma, NeonDB and Telegram š
Would love feedback ā drop your thoughts below!
I just shipped something I've been building ā TeleDrive, a free image storage API for developers.
What it does:
Upload images via a simple REST API and get a permanent URL back. That's it. No complex setup, no AWS, no credit card.
How to use it:
1. Sign up at https://imgstorage1.vercel.app2. Get your free API key instantly3. Upload images from any language or framework
Quick example:
curl -X POST https://imgstorage1.vercel.app/api/v1/upload
-H "x-api-key: your_key_here"
-F "image=@photo.jpg"
// Response
{ "success": true, "url": "https://imgstorage1.vercel.app/i/abc123" }
Why it's free:
It uses Telegram's infrastructure for storage under the hood ā so there are literally zero storage costs.
Links:
š Website ā https://imgstorage1.vercel.app
š API Docs ā https://imgstorage1.vercel.app/dashboard/docs
Built with Next.js, Prisma, NeonDB and Telegram š
Would love feedback ā drop your thoughts below!
