Documentation Index
Fetch the complete documentation index at: https://docs.getpique.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Determines whether a video clip is sourced from one of the provided reference podcast or talk-show episodes. Optimized for long-form conversational content where speakers, sets, and camera angles may be identical across episodes.Configuration
List of GCS URIs for reference podcast episodes.Allowed extensions: mp4, mov, avi, mkv, webmLimit: 3 hours of total content.
Example Configuration
Result Schema
Interpreting Results
- pass_check: Whether the clip was identified as sourced from one of the reference episodes.
- score: Confidence score from 0 to 1. Higher scores indicate stronger matches.
- best_source: Identifier of the matched reference episode. Derived from the uploaded filename.
- is_stitched: If
true, the clip appears to be assembled from multiple non-contiguous segments of the source episode (e.g., a highlight reel that jumps between different parts of the episode).
When to Use This Detector
Usepodcast_video_matching when:
- Your reference content is long-form podcast or talk-show episodes (30 min+)
- Multiple episodes share the same host, set, and camera setup
- You need to verify whether short clips are sourced from specific episodes
video_matching instead.