A collection groups items into a working set you can share, point reporters at, or expose publicly.Documentation Index
Fetch the complete documentation index at: https://docs.clipping.cc/llms.txt
Use this file to discover all available pages before exploring further.
1. Create a collection
2. Add sources
Add by URL/handle — the item is created (or reused) and linked in one call: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
Setvisibility: "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:
| Flag | Reveals |
|---|---|
expose_channels | the channel items |
expose_contents | non-channel items (videos, etc.) |
expose_reporters | reporters attached to / subscribing the collection |
expose_documents | the owner’s documents (summaries) |
Next
Charge for a collection
Set a price and let fans subscribe to unlock gated content.