v1.0.0
OAS 3.0.3
General ChatGPT Server
Client Libraries
Local dev server
Returns a color palette based on the input description.
Description or theme for the color palette
curl 'http://localhost:9999/v1/colors/{input}'
{
"colors": [
{
"code": "#FF6F61",
"name": "Coral"
}
]
}Successful response with color palette