Welcome to Pics Shade, the ultimate image hosting solution for your website! With Pics Shade, you can easily upload, manage, and deliver images with high performance and reliability.
- Freemium Model: Host up to 10,000 images for free. For additional storage, it's just $10 per 10,000 images.
- API Key Access: Securely upload and manage your images using API keys.
- CDN Delivery: Fast and efficient image delivery using a Content Delivery Network (CDN).
- Tag Management: Easily organize and manage your images using tags.
- S3 Storage: Robust and scalable image storage using Amazon S3.
- Cloudinary CDN: Leverage Cloudinary for enhanced CDN services.
- Free Image Resizing: Automatically resize images to meet your needs without extra cost.
- More Features: Continuously adding more features to enhance your image hosting experience.
Create an account on Pics Shade and get started with your free tier.
After signing up, navigate to your account dashboard to generate your API key. This key will be used to authenticate your requests.
Use the API to upload your images. Here’s a quick example using curl
:
curl -X POST https://api.pics.shade.cool/upload \
-H "Authorization: Bearer YOUR_API_KEY" \
-F "image=@/path/to/your/image.jpg" \
-F "tags=example,tag"
Organize and manage your images by assigning tags during the upload process or via the management dashboard.
Access your images via the CDN. Simply use the provided URL:
https://cdn.pics.shade.cool/your-image-id
Resize your images on the fly by adding parameters to the URL:
https://cdn.pics.shade.cool/your-image-id?width=300&height=200
- Free: Up to 10,000 images.
- Premium: $10 for every additional 10,000 images.
For detailed API documentation and more advanced usage, visit our Docs.
If you need any help, feel free to contact our support team at support@shade.cool.
We welcome contributions! Please see our CONTRIBUTING.md for more details.
This project is licensed under the MIT License - see the LICENSE file for details.
Thank you for choosing Pics Shade for your image hosting needs!
This website is being reopened