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
Key | Datatype | Required | Description |
---|---|---|---|
sort | string | Sort by | |
page | number | Page number | |
per_page | number | Number of results per page | |
query | string | One or more search terms separated by spaces | |
collection_id | string | Filter by collection id | |
asset_type | string | Filter by asset type |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
User-Agent | string |
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"]}]}