Skip to main content

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.

The clipping API gives you programmatic access to the sources you monitor — YouTube channels, videos, collections, reporters — plus transcripts and semantic search over your library.

Concepts

Items

Monitored sources (a YouTube channel, a video, etc.).

Collections

Group items. Can be private or public.

Reporters

Agents that process sources and generate analyses.

Search

Semantic search over transcripts and documents in your library.

Base URL

Every route lives under /v1:
https://api.clipping.cc/v1

This version

/v1 covers reads and writes:
  • Read: items, collections, reporters, videos, transcripts, search, and the public catalog (discover).
  • Write: create/delete items, generate transcripts, CRUD for collections (and their items) and reporters.

OpenAPI specification

The full spec lives at https://api.clipping.cc/v1/openapi.json.
Ready to start? See the quickstart.