Color API
A free and simple API you can use to integrate with our color palettes.
[GET] color palette:
https://colormagic.app/api/palette/{paletteId}
[POST] list color palettes:
https://colormagic.app/api/palette/list
body: { "page": number, "size": number }
[POST] create color palette:
https://colormagic.app/api/palette/create
body: { "prompt": string }
Disclaimer
This API may be removed or changed at anytime, without warning. Use at your own risk.