curl --request GET \
--url https://ai.wisepilot.app/api/v1/brand/image-styles \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": [
{
"id": "<string>",
"styleName": "<string>",
"styleDescription": "<string>",
"perspectiveAngle": "<string>",
"compositionType": "<string>",
"primarySubjectTemplate": "<string>",
"backgroundTreatment": "<string>",
"colorPaletteId": "<string>",
"colorPalette": {
"id": "<string>",
"paletteName": "<string>",
"paletteDescription": "<string>",
"primaryFill": "<string>",
"accentFill": "<string>",
"trimColor": "<string>",
"shadowColor": "<string>",
"groundColor": "<string>",
"skyGradient": {},
"avoidColors": [
"<string>"
],
"status": "<string>"
},
"styleAesthetic": "<string>",
"technicalStyle": "<string>",
"mood": "<string>",
"textureGrain": "<string>",
"lightingStyle": "<string>",
"defaultFormat": "<string>",
"negativePrompts": [
"<string>"
],
"status": "<string>"
}
]
}Brand image styles with aesthetic direction, composition, and linked color palettes.
curl --request GET \
--url https://ai.wisepilot.app/api/v1/brand/image-styles \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": [
{
"id": "<string>",
"styleName": "<string>",
"styleDescription": "<string>",
"perspectiveAngle": "<string>",
"compositionType": "<string>",
"primarySubjectTemplate": "<string>",
"backgroundTreatment": "<string>",
"colorPaletteId": "<string>",
"colorPalette": {
"id": "<string>",
"paletteName": "<string>",
"paletteDescription": "<string>",
"primaryFill": "<string>",
"accentFill": "<string>",
"trimColor": "<string>",
"shadowColor": "<string>",
"groundColor": "<string>",
"skyGradient": {},
"avoidColors": [
"<string>"
],
"status": "<string>"
},
"styleAesthetic": "<string>",
"technicalStyle": "<string>",
"mood": "<string>",
"textureGrain": "<string>",
"lightingStyle": "<string>",
"defaultFormat": "<string>",
"negativePrompts": [
"<string>"
],
"status": "<string>"
}
]
}