get https://api-lib.bambu.life/api/customerSegmentation/v2/moodboard
This endpoint returns one of the moodboards from the list. Each moodboard contains following information
-
General Information, such as persona name, age, income and many more
-
Colour
-
Fonts
-
Traits
-
Tone
-
Visual
Each moodboard information is unique
Query/Path Params
Name | Datatype | Description | No. of decimals | Notes |
---|---|---|---|---|
id | Number | Id number of moodboard that contains unique information for persona | 0 | The available values are between 1 and 6 |
Request Body
Name | Datatype | Description | No. of decimals | Notes |
---|---|---|---|---|
colours | Dictionary | Description and name of colours used. | ||
fonts | Dictionary | Description, font_example, font_example, name and url of fonts | ||
font_example | Array | Array of links of the fonts example | ||
font_family | Array | Font name, url and usage of fonts | ||
generation | String | People generation, such as Baby Boomer, Gen X, Gen Y, and many more | ||
id | Number | id of persona | 0 | |
max_age | Number | Maximum age | 0 | |
max_income | Number | Maximum income | 0 | |
min_age | Number | Minimum age | 0 | |
min_income | Number | Minimum age | 0 | |
name | String | Name of persona | ||
personality_traits | Array | Description and name of personality traits | ||
tone | Dictionary | Description and keywords of tone | ||
visual | Dictionary | Description, icon_style and photo example of visuals | ||
icon_style | String | Link to icon style | ||
photo_example | Array | Array containing links to the photo examples |