🍓 Blueberry Fruitsy - Image Server API

Serverless image hosting with auto-generated metadata

📡 Endpoints

Get Collections Metadata

GET /collections.json

Returns auto-generated list of all collections and images

Serve Image

GET /collections/[collection-name]/[filename]

Access image files directly from R2

Upload Image

POST /upload

Upload new image and auto-regenerate collections.json

Required Header: Authorization: Bearer YOUR_TOKEN

Form Data:

🚀 Features