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.curl --location --request GET '/v2/editorial/videos/search?country=<country-code-3>' \
--header 'User-Agent: ShutterstockWorkspace/1.1.30' \
--header 'Authorization: Basic Og=='
{
"$ref": "#/components/schemas/EditorialVideoSearchResults/example"
}