Dominant color URL
GET {{ask-filerobot-server}}/images/dominant-color/:url?max_dominant_colors=3
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
max_dominant_colors | number | Maximum number of dominant colors to show |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Filerobot-Token | string | Filerobot project identifier, aka token | |
Filerobot-Key | string | Filerobot API key |
RESPONSES
status: OK
{"status":"success","version":"2.9.4","source":"cache-file","sha1":"b5d07a2d7648df181c94b2e2c8616ff7a91ca8c0","request_uuid":"0942c94a-119a-4c9c-b188-17b57b638a4b","file_downloaded":"face.png","dominant_colors":[{"color":"pink","hex":"ee6893","pixels":194956,"ratio":0.13,"all":1484032},{"color":"yellow","hex":"ffda27","pixels":98320,"ratio":0.07,"all":1484032}],"finished_in":0.57,"main_colors":["pink","yellow","grass green"],"main_colors_ratio":[0.13,0.07,0.05],"main_colors_pixels":[194956,98320,68663],"main_colors_hex":["ee6893","ffda27","2fb14b"]}