POST /api/collections
Creates a new collection. Collections are created via the save modal when saving content.Requires authentication.
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
name | string | Yes | Collection name |
description | string | No | Description |
isPublic | boolean | No | Default: true |