Search runs semantically (by meaning, not keywords) over the embedded content in your library — transcripts and workflow documents.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.
Run a search
item_id (and start_seconds for video
transcripts, so you can deep-link into the moment).
Narrowing
| Param | Effect |
|---|---|
q | the query (required) |
top_k | max results (default 10) |
collection_id | restrict to one collection |
reporter_id | restrict to one reporter’s documents |
item_id | restrict to one item |
source_type | e.g. transcript vs document kinds |
What’s searchable
Only embedded content is indexed. Make content searchable by:- transcribing with
embed: true(see Transcribe), or - running a reporter workflow that produces documents.
Search embeds your query on each call, so it costs a bit more than a plain read
(
0.005 coin).Tag cloud
For a lighter, faceted view of a library slice,GET /v1/tags?collection_id=…
(or ?item_id=…) returns the prominent tags — useful for navigation UIs.