List collections
read
200
Get collection
read
200
Create collection
write
string
required
Collection title (1-40 characters).
string
Short description (up to 500 characters).
string
Detailed description.
string
Emoji icon for the collection.
201 Created
Returns the created collection in the same shape as get collection.
Update collection
write
200
Returns the updated collection in the same shape as get collection.
Delete collection
write
204 No Content
List collection items
read
200
Each item wraps the content inside a
content field, alongside collection-specific metadata like position and addedAt.Add item to collection
write
string
required
The content item ID to add.
integer
Optional position in the collection ordering.
201 Created
Remove item from collection
write
204 No Content