My App

Public galleries

Published gallery manifest and media delivery

GET /api/v1/galleries/{id} returns a public manifest only for a published, public gallery. It includes the gallery ID, name, description, layout and ordered items with media URLs and alt text. Draft or private galleries are unavailable through this endpoint.

The media Worker serves public assets at /v1/public/{assetId}. Optional preset values are original, thumbnail, and large. Private delivery is currently disabled. Fetch a published manifest with GalleryClient.getGallery(id), then pass the result as the gallery prop to Gallery from @degallery/react. The manifest endpoint is public; do not embed a server API key in a browser bundle.

POST /api/v1/events currently returns 501, so event tracking and analytics are not yet available. Provider-backed delivery and browser integration remain to be verified.