curl --request GET \
--url https://api.icepanel.io/v1/catalog/suggestion/brand \
--header 'Authorization: <authorization>'{
"catalogSuggestionBrand": {
"colors": [
{
"brightness": 123,
"hex": "<string>",
"type": "accent"
}
],
"isNsfw": true,
"logos": [
{
"formats": [
{
"background": "<string>",
"format": "svg",
"height": 123,
"size": 123,
"src": "<string>",
"width": 123
}
],
"tags": [
"<string>"
],
"theme": "light",
"type": "icon"
}
]
}
}Generate suggestions for a technologies branding
curl --request GET \
--url https://api.icepanel.io/v1/catalog/suggestion/brand \
--header 'Authorization: <authorization>'{
"catalogSuggestionBrand": {
"colors": [
{
"brightness": 123,
"hex": "<string>",
"type": "accent"
}
],
"isNsfw": true,
"logos": [
{
"formats": [
{
"background": "<string>",
"format": "svg",
"height": 123,
"size": 123,
"src": "<string>",
"width": 123
}
],
"tags": [
"<string>"
],
"theme": "light",
"type": "icon"
}
]
}
}OK
Show child attributes
Accent, dark, light & palette colors of the brand
Show child attributes
Color brightness. Calculated based on the standard formula 0.2126R + 0.7152G + 0.0722*B
Hexadecimal color code
Color type. For example, "accent" or "dark"
accent, dark, light, brand true when the brand is for adult content, e.g. is not safe for work
Logos, symbols & icons of the brand
Show child attributes
A list of format objects containing files in different formats
Show child attributes
Indicates if the file has a transparent background.
File format of the logo
svg, png, webp, jpeg Height of the logo in pixels
File size in bytes
File source url of the logo
Width of the logo in pixels
A list of strings attached to the logo. For example, if the logo icon is "photographic" rather than a logomark.
Theme of the logo. For example, "dark" or "light"
light, dark, Logo type. For example, "icon" or "symbol"
icon, logo, symbol, other