Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
Search parameters
Search scope - 'file' searches at file level (requires collections with enable_summary=true), 'segment' searches at segment level
file
, segment
List of collection IDs to search within. All collections must be of collection_type 'media-descriptions' or 'rich-transcripts'.
For file-level search, collections must have 'enable_summary: true' in transcribe_config.
1
Text search query to find relevant content
1
Maximum number of search results to return
1 <= x <= 100
Response
Successful search results
ID of the search response
Object type, always 'search'
search
The search query that was executed
The search scope that was used
file
, segment
Array of search results ranked by relevance score
Total number of results returned
The limit that was applied to the search