Moment score
Prioritized candidates so people or downstream systems start with the strongest moments.
Give ChatClipThat an authorized long-form video. Get back ranked, searchable, edit-ready moments, then use the JSON yourself or render selected Moments as finished MP4 files.
Keep your own interface and renderer, or ask CCT to produce the files. The analysis contract stays separate from optional rendering so your product controls the workflow.
Prioritized candidates so people or downstream systems start with the strongest moments.
Start, end, hook, and optional subclip timing shaped around a self-contained moment.
Human-readable reasons grounded in transcript, audio, visual context, and narrative payoff.
Titles, summaries, event types, and transcript excerpts ready for your own experience.
Submit an authorized source URL, poll the analysis, and consume normalized Moment JSON. If you need finished files, send selected Moment IDs to the render endpoint with bounded caption and output controls.
{
"source_url": "https://media.example.com/session.mp4",
"profile": "conversation",
"max_moments": 30,
"min_seconds": 20,
"max_seconds": 60
}
{
"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}]
}]
}
{
"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"}
}
}
The first version stays narrow enough to be dependable while serving several long-form video products.
Surface ranked candidates after an upload or completed broadcast without making creators scrub the full recording.
Send editors a shortlist with boundaries, summaries, and evidence while keeping the existing editing stack.
Identify answers, explanations, product demonstrations, and narrative payoffs in conversation-heavy recordings.
Product reveals and sale moments are a promising future profile. They are not part of the current supported beta scope.
The service focuses on authorized recorded video, structured analysis, and explicit render jobs. Live and organization-specific detection remain separate future layers.
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