Genius Palette API
This is a RESTful API for generating color palettes and color wheels. The API provides various endpoints to retrieve available color combination schemes, generate color palettes based on a provided color, and generate color wheels with different color representations.
Genius Palette API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get Available Color Combination Schemes /schemes |
Retrieves a list of all available color combination schemes in the API. |
| GET |
Generate Color Palettes /palette |
This endpoint generates various color palettes based on a provided color input. It accepts Color Name, HEX, RGB, HSL, or HSV formats. |
| GET |
Generate Color Palette by Combination ID /palette/{combinationID} |
This endpoint generates a color palette based on the provided combination ID and color input. The combination ID specifies the color combination scheme (e.g., monochromatic,… |
| GET |
Generate Color Wheel /colorwheel |
This endpoint generates a color wheel image based on the specified color representation type (RGB, HSL, HSV, or HEX). |
| POST |
Extract Colors from an Image /extract-colors |
This endpoint allows you to send an image URL and receive a list of all the colors present in that image, represented in hexadecimal format. |
Genius Palette API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $10 / month | — |
|
| ULTRA | $50 / month | — |
|
| MEGA | $150 / month | — |
|