POST /v1/color-detector
Content-Type: multipart/form-data
image=@photo.jpg
min_share=5
max_colors=10 {
"min_share": 5,
"max_colors": 10,
"colors": [
{ "hex": "#1F2937", "rgb": [31, 41, 55], "share": 42.8 },
{ "hex": "#F9FAFB", "rgb": [249, 250, 251], "share": 31.5 },
{ "hex": "#D97706", "rgb": [217, 119, 6], "share": 12.2 },
{ "hex": "#111827", "rgb": [17, 24, 39], "share": 8.1 }
]
}