Coding Global Background
Coding Global

Free image Storage Api

0 messages
1 members
Created 2 hours ago
Updated an hour ago
Open in Discord
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!

Replies (17)