How to Add Brand Asset Categories in MediaValet
To add Brand Asset Categories in Mediavalet, follow these steps:
Create a Collection for a Brand Asset Category:
To add a Brand Asset Category, create a new collection and add this description:
CIH_BCT_<CATEGORY TYPE>
Available category types are:
- images
- colors
Place all assets you want included inside the collection. The collection name becomes the category name, and its contents become the assets shown in CI HUB.

Adding Brand Color Categories
To create a Brand Color Category, create a new collection with this description:
CIH_BCT_colors
Inside, upload files with the .cihubcolor extension. Each file must follow this structure:
{
"id": "897428381201",
"name": "Sky Blue",
"colorDescription": "lorem ipsum",
"hexValue": "#87CEEB",
"rgbValue": {
"red": 135,
"green": 206,
"blue": 235
},
"pantone": "279 C",
"cmyk": {
"cyan": 44,
"magenta": 12,
"yellow": 0,
"black": 8
}
}

Image categories will display their media assets, and color categories will show color swatches generated from the .cihubcolor files.
