{"name":"Discord Image CDN Proxy","version":"4.0.0","endpoints":{"upload":"POST /upload","getImage":"GET /api/images?id={id}","getImageLegacy":"GET /bucket/attachments/{channel_id}/{message_id}/{filename}","getInfo":"GET /api/info?id={id}"},"features":["Permanent URLs using Discord message IDs","Fresh CDN URLs fetched on each request","No expiring auth tokens","Support for Discord resize parameters"],"examples":{"upload":"POST /upload with multipart/form-data","access":"/api/images?id=abc123","accessLegacy":"/bucket/attachments/123456/789012/image.png","resize":"/api/images?id=abc123&width=500","info":"/api/info?id=abc123"}}