Coding Global Background
Coding Global

Free image Storage Api

0 Nachrichten
1 Mitglieder
Erstellt 2 hours ago
Aktualisiert an hour ago
In Discord öffnen
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!

Antworten (17)