GET v2/editorial/videos/search
Operation ID: searchEditorialVideos
Auth: unknown
Description
This endpoint searches for editorial videos. If you specify more than one search parameter, the API uses an AND condition. For example, if you set the `category` parameter to "Alone,Performing" and also specify a `query` parameter, the results include only videos that match the query and are in both the Alone and Performing categories. You can also filter search terms out in the `query` parameter by prefixing the term with NOT.
Parameters (11)
(string, query, optional)
Show editorial content with each of the specified editorial categories; specify category names in a comma-separated list
(string, query, required)
Show only editorial video content that is available for distribution in a certain country
(string, query, optional)
The cursor of the page with which to start fetching results; this cursor is returned from previous requests
(string, query, optional)
Show only editorial video content generated on or before a specific date
(string, query, optional)
Show only editorial video content generated on or after a specific date
(number, query, optional)
Show only editorial video content generated with specific frames per second
(integer, query, optional, default: 20)
Number of results per page
Constraints: {'minimum': 1, 'maximum': 50}
(string, query, optional)
One or more search terms separated by spaces
(string, query, optional)
Show only editorial video content with specific resolution
Constraints: {'enum': ['4k', 'high_definition', 'standard_definition']}
(string, query, optional, default: relevant)
Sort by
Constraints: {'enum': ['relevant', 'newest', 'oldest']}
(array, query, optional)
Show only editorial video content from certain suppliers
No probe data for this endpoint yet.