API
Image Recognition API
Categories
methods allow you to get a complete list or a specific category in eyrene, view information about them, update all fields, or only select category fields get get /сategories retrieves a list of categories response parameters https //help inspector cloud com/en/docs/api/backend/methods/v1 5/catalog/brands#response definitions count integer the number of categories 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 categories id string category id name string category name post post /сategories сreate a new category get get /сategories/{id} retrieve detailed information about a category by id response parameters https //help inspector cloud com/en/docs/api/backend/methods/v1 5/catalog/brands id#response definitions id string category id name string category name /brands/{id} put put /сategories/{id} update all category fields response parameters https //help inspector cloud com/en/docs/api/backend/methods/v1 5/catalog/brands id#response definitions 1 id string new category id name string category new name patch patch /сategories/{id} update some of the category fields response parameters https //help inspector cloud com/en/docs/api/backend/methods/v1 5/catalog/brands id#response definitions 1 id string new category id name string category new name