curl --request GET \
--url https://ai.wisepilot.app/api/v1/brand/design-tokens \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"typography": {},
"colors": {},
"source": "site_style_context"
}
}Unified typography and color design tokens for a website.
Uses Elementor kit data when available, falls back to color palettes or generic defaults.
The source field indicates data origin: site_style_context, color_palettes, or fallback.
curl --request GET \
--url https://ai.wisepilot.app/api/v1/brand/design-tokens \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"typography": {},
"colors": {},
"source": "site_style_context"
}
}