Run a search
item_id (and start_seconds for video
transcripts, so you can deep-link into the moment).
Narrowing
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.