Search catalogs for assets

GET {{baseUrl}}/v2/catalog/search

This endpoint searches for assets in the account's catalog. If you specify more than one search parameter, the API uses an AND condition. Array parameters can be specified multiple times; in this case, the API uses an AND or an OR condition with those values, depending on the parameter. You can also filter search terms out in the query parameter by prefixing the term with NOT.

Request Params

KeyDatatypeRequiredDescription
sortstringSort by
pagenumberPage number
per_pagenumberNumber of results per page
querystringOne or more search terms separated by spaces
collection_idstringFilter by collection id
asset_typestringFilter by asset type

HEADERS

KeyDatatypeRequiredDescription
User-Agentstring

RESPONSES

status: OK

{"page":1,"per_page":1,"total_count":82,"data":[{"id":"123","asset":{"id":"1690105108","type":"image","name":"Young couple playing tennis at the court"},"created_time":"2021-06-10T13:26:09-04:00","collection_ids":["126351028"]}]}