diff --git a/README.md b/README.md index ba26385..783546f 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,19 @@ Hereโ€™s a cleaner and more informative version of your README section: --- -## ๐Ÿ—‚๏ธ API Endpoints Overview +## ๐Ÿ—‚๏ธ Public API Endpoints Overview + +All routes are prefixed with `/api/public`. + +| Method | Endpoint | Description | +| ------ | ------------------------------- | ---------------------------------- | +| GET | `/artists` | List all public artists | +| GET | `/galleries` | List all public galleries | +| GET | `/galleries/{gallery}/artworks` | List artworks for a public gallery | + +--- + +## ๐Ÿ—‚๏ธ Private API Endpoints Overview All routes are prefixed with `/api/private` and require a **Bearer token**.