Transcript Exact Match
Performs an exact text match search on video transcripts using a natural language text query (e.g., 'thank you for your time' or 'my name is John') within a specified dataset (dataset_id). This searches for exact occurrences of the provided text within video transcript data, not semantic or approximate matching. Returns videos grouped by their exact transcript matches, where each match includes the composite slice (shot or scene) containing the match, the matched transcript text, timestamps, frame numbers, and a coverage score indicating how much of the composite's transcript is covered by the query (1.0 means the query matches the entire transcript).
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
dataset_id
The unique identifier for the dataset
text_query
The text query to search for
offset
Starting index to return
limit
Max number of items to return
metadata_filters
List of metadata filters to apply to the search
composite_type
The composite type to query on.
Response
Successful Response
data
List of individual transcript matches with their corresponding keyframes
Errors
422
Unprocessable Entity Error
