v1

latestOpenAPI 3.1.02026-07-26435261.9 KB
V3 Theme

Generate theme colors

Generates a complete theme color palette from optional seed colors. Provide any combination of primary, background, accent_1, accent_2, text_1, and text_2; missing colors are derived automatically. The response contains presentation-ready colors for backgrounds, text, cards, strokes, and graph series.

post/api/v3/theme/generate

Headers

Authorizationstring required

Bearer JWT or API Key

Bearer JWT or API Key

Request body

primarystring nullable
backgroundstring nullable
accent_1string nullable
accent_2string nullable
text_1string nullable
text_2string nullable

Response

Theme color palette generated successfully.

primarystring required
backgroundstring required
cardstring required
strokestring required
primary_textstring required
background_textstring required
graph_0string required
graph_1string required
graph_2string required
graph_3string required
graph_4string required
graph_5string required
graph_6string required
graph_7string required
graph_8string required
graph_9string required