Skip to main content

Search

Audio-visual deep search across all data layers. The Metadata is extracted and indexed automatically for all Media assets uploaded. This includes transcripts, speakers, videoTexts and many more types of Metadata.

In the most basic variant the search can be done using only the text parameter or a filter, but for achieving the best results there is a wide range of parameters to better narrow down the search results. This includes applying range filters like for example an upper limit to the asset duration: durationto.

curl --request GET \
--url 'https://api.streamdiver.com/v2/search?type=all&text={search-phrase}' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {token}'