The ChatClipThat pipeline · available by API

Put the production pipeline inside your product.

The API runs the same recorded-media analysis and rendering pipeline that powers ChatClipThat. Upload authorized video or audio, run reusable questions or one-off video analysis, get structured evidence, and optionally render selected video moments as finished MP4 files.

Same production pipeline Private video and audio uploads Optional CCT-rendered MP4 outputs No live-ingest claim
analysis_7f82completed
Authorized source
creator-session-042.mp4
01:42:18
TRANSCRIPTVISIONAUDIOCONTEXT
The answer that reframes the interview
0.94
00:38:14.200 → 00:38:51.900
complete thoughtvocal emphasisclear payoff
The engine
The production ChatClipThat pipeline
Inputs
Private video or audio, plus authorized video URLs
Outputs
Typed evidence, Moment JSON, and optional video MP4s
Not yet
Continuous live-stream ingest
Pipeline access, not UI parity

The engine behind ChatClipThat, with an API-shaped workflow.

The creator app and developer console are different front ends over the same production analysis and rendering pipeline. Keep your own interface, consume the structured output, and ask CCT to render only when your product needs a finished video file.

01 / RANK

Moment score

Prioritized candidates so people or downstream systems start with the strongest moments.

02 / CUT

Edit boundaries

Start, end, hook, and optional subclip timing shaped around a self-contained moment.

03 / EXPLAIN

Selection signals

Human-readable reasons grounded in transcript, audio, visual context, and narrative payoff.

04 / DESCRIBE

Structured metadata

Titles, summaries, event types, and transcript excerpts ready for your own experience.

Simple integration

Analyze. Select. Render when needed.

For reusable workflows, privately upload video or audio, save a scanner, and run it once or in a batch. For one-off video work, submit an authorized source URL and consume normalized Moment JSON. Subscribe to signed webhooks for terminal events, or poll status; render selected video Moments when you need finished files.

Available now: revocable bearer keys, private uploads, six saved scanner methods, typed observations, batch runs, signed webhooks, owner-scoped one-off analyses, caption presets, render history, and finished MP4 assets.
POST /v1/analysesREQUEST
{
  "source_url": "https://media.example.com/session.mp4",
  "analysis_start_seconds": 0,
  "analysis_end_seconds": 3600,
  "profile": "conversation",
  "max_moments": 30,
  "min_seconds": 20,
  "max_seconds": 60
}
GET /v1/analyses/{id}/momentsRESPONSE
{
  "moments": [{
    "id": "mom_8f6a2d4195785bf79e1d40b84224d221",
    "start_ms": 2294200,
    "end_ms": 2331900,
    "score": 0.94,
    "title": "The answer that reframes the interview",
    "signals": [{"type": "transcript", "score": 0.91}]
  }]
}
POST /v1/rendersREQUEST
{
  "analysis_id": "ana_...",
  "source_url": "https://media.example.com/session.mp4",
  "moment_ids": ["mom_..."],
  "render": {
    "output": {"aspect_ratio": "9:16", "format": "mp4"},
    "captions": {"enabled": true, "preset_id": "cct_clean_v1"}
  }
}
Horizontal engine, focused entry points

Built to disappear inside your workflow.

The first version stays narrow enough to be dependable while serving several long-form video products.

Creator platforms

Add a highlight queue

Surface ranked candidates after an upload or completed broadcast without making creators scrub the full recording.

Agencies + editors

Accelerate first-pass review

Send editors a shortlist with boundaries, summaries, and evidence while keeping the existing editing stack.

Webinars + podcasts

Find complete, quotable ideas

Identify answers, explanations, product demonstrations, and narrative payoffs in conversation-heavy recordings.

Future profile

Commerce-aware moments

Product reveals and sale moments are a promising future profile. They are not part of the current supported beta scope.

Deliberate scope

Start with the reliable layer.

The service exposes the recorded-media pipeline as explicit, account-scoped resources. Continuous live ingest and organization-specific detectors remain separate future layers.

Available now

  • Self-serve developer accounts and API keys
  • Private video and audio uploads
  • Reusable scanners, runs, observations, and batches
  • Signed terminal-event webhooks
  • Authorized-URL video analyses and ranked Moment JSON
  • Finished MP4 rendering with caption controls

Later, based on demand

  • Continuous live-stream analysis
  • Commerce-specific event fusion
  • Custom organization-specific detectors

Have long video and a product idea?

Choose a paid CCT plan, issue a key, add your authorized media hostname, and submit your first API analysis without waiting for approval.

Self-serve API access · paid plans
Create developer account
Loading...
Downloads 0