Color
Connector for the color API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.color.pizza/v1 - Auth:
bearer(pass your key via theapiKeyinput)
Operations
get— GET / — Get all colors of the default color name listget_lists— GET /lists/ — Get all colors of the default color name listget_names— GET /names/ — Get all colors of the default color name listget_swatch— GET /swatch/ — Generate a color swatch for any color
Inputs
apiKey— your color API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get
apiKey: <your key>