API
Image Recognition API
Brands
methods allow you to get a complete list or a specific brand in eyrene, view information about them, update all fields, or only select brand fields get get /brands retrieves a list of brands response parameters https //help inspector cloud com/en/docs/api/backend/methods/v1 5/catalog/brands#response definitions count integer the number of brands next string (uri) nullable nullable next page previous string (uri) nullable nullable previous page results a rray of objects an array of objects with information about brands id string brand id name string brand name post post /brands сreate a new brand get get /brands/{id} retrieve detailed information about a brand by id response parameters https //help inspector cloud com/en/docs/api/backend/methods/v1 5/catalog/brands id#response definitions id string brand id name string brand name /brands/{id} put put /brands/{id} update all brand fields response parameters https //help inspector cloud com/en/docs/api/backend/methods/v1 5/catalog/brands id#response definitions 1 id string new brand id name string brand new name patch patch /brands/{id} update some of the fields in the brand response parameters https //help inspector cloud com/en/docs/api/backend/methods/v1 5/catalog/brands id#response definitions 1 id string new brand id name string brand new name