Rule34video Com: Exclusive

| Method | Path | Description | |--------|------|-------------| | POST | /api/collections | Create a new collection (title, description, tags, privacy) | | GET | /api/collections/:slug | Public view of a collection (if not private) | | PUT | /api/collections/:id | Edit title/description/privacy | | DELETE | /api/collections/:id | Delete collection | | GET | /api/collections/:id/videos | Paginated list of matched videos | | POST | /api/collections/:id/tags | Add a tag to the collection | | DELETE | /api/collections/:id/tags/:tagId | Remove a tag | | GET | /api/collections/featured | Top N public collections (by follower count, view count, etc.) |

Published: April 2026