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
The response is of type object
.