# Pixy > Developer-first image upload API. Upload images to a global CDN with 3 lines of code. Powered by Cloudflare R2 with zero egress fees. 25x cheaper than Cloudinary. Pixy is a simple REST API for uploading and serving images. It wraps Cloudflare R2 (zero egress fees) with a developer-friendly interface. Any programming language that can make HTTP requests can use Pixy — JavaScript, Python, PHP, Ruby, Go, and more. ## Core Features - **Simple Upload**: POST an image, get back a CDN URL. 3 lines of code. - **Global CDN**: Images served from Cloudflare's 300+ edge locations worldwide. - **Zero Egress Fees**: Powered by Cloudflare R2. Serving images to users costs nothing extra. - **Any Language**: REST API works with JavaScript, Python, PHP, Ruby, Go, Rust, Java, Swift. - **Auto WebP**: Images automatically converted to WebP for optimal performance. - **25x Cheaper**: Starting at $5/month vs Cloudinary's $89/month. ## Quick Start ``` POST https://api.pixy.fishot.com/v1/upload Authorization: Bearer YOUR_API_KEY Content-Type: multipart/form-data Response: { "url": "https://cdn.pixy.fishot.com/abc123.webp", "size": 245000, "format": "webp" } ``` ## Pricing - **Free**: 1GB storage, 10GB bandwidth/month - **Pro ($5/month)**: 25GB storage, 100GB bandwidth/month - **Agency ($49/month)**: 500GB storage, unlimited bandwidth ## Use Cases - E-commerce product images - User avatar uploads - Blog and CMS media storage - Mobile app image hosting - AI-generated image storage ## Comparison | Feature | Pixy | Cloudinary | UploadThing | S3 DIY | |---------|------|------------|-------------|--------| | Starting Price | $5/mo | $89/mo | $10/mo | ~$5/mo | | Setup Time | 2 minutes | 5 minutes | 10 minutes | 1-2 hours | | Language Support | Any | Any | TypeScript only | Any | | Egress Fees | $0 | Yes | Yes | Yes | | Account Lockout | Never | Yes | No | No | ## Company - **Name**: Fishot Co., Ltd. - **Email**: fish@fishot.com - **Phone**: +886-6-2003596 - **Address**: 8F.-1, No. 17, Ln. 288, Yunong Rd., East Dist., Tainan City 701, Taiwan - **Website**: https://pixy.fishot.com ## Links - [Landing Page](https://pixy.fishot.com/)