Skip to main content
A collection groups items into a working set you can share, point reporters at, or expose publicly.

1. Create a collection

2. Add sources

Add by URL/handle — the item is created (or reused) and linked in one call:
Remove with DELETE /v1/collections/{id}/items/{item_id}.

3. Read it

GET /v1/collections/{id} returns the collection with its items, attached reporters, subscribers, and a first page of documents. Paginate documents separately with GET /v1/collections/{id}/documents.

Visibility & exposure

Set visibility: "public" to list the collection in the public catalog (discover). When public, four expose_* flags control what non-owners actually see — the owner always sees everything: Set them on create or update:
Public + nothing exposed = the collection shows up in the catalog but its contents stay private. Turn flags on deliberately.

Next

Charge for a collection

Set a price and let fans subscribe to unlock gated content.