Image Proxy Server
Secure, fast and cached image proxy with AES-256 token authentication.
AES-256 Encryption
Image URLs are encrypted with AES-256-CBC and base64url encoded tokens.
LRU Cache
Images are cached in-memory for ultra-fast delivery.
Sharp Optimization
Images are optimized using Sharp with WebP conversion.
Reverse Proxy
Fetches images from any URL and serves them securely.
Delivery API
GET
/api/image?token={ENCRYPTED_TOKEN}| Parameter | Status | Description |
|---|---|---|
token | Required | AES-256-CBC encrypted image URL |
w / h | Optional | Output dimensions (pixels) |
q | Optional | Quality 1-100 (default: 80) |
Token Generation
GET
/api/generate-token?url={IMAGE_URL}