Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://ai.wisepilot.app/api/v1/brand/color-palettes \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": [ { "id": "<string>", "paletteName": "<string>", "paletteDescription": "<string>", "primaryFill": "<string>", "accentFill": "<string>", "trimColor": "<string>", "shadowColor": "<string>", "groundColor": "<string>", "skyGradient": {}, "avoidColors": [ "<string>" ], "status": "<string>" } ] }
Brand color palettes with primary, accent, trim, shadow, and ground colors.
API key prefixed with cr_ (e.g. cr_a1b2c3...)
cr_
cr_a1b2c3...
Website ID. Auto-resolved if key has single website scope.
Color palettes
Show child attributes