Drop Your Image Anywhere
Classification
Color Palette
Contours
Object Detection
Object Mask Detection
Text Detection
Search Image
Search by Color
Alignment Matrix
Images Differences
Images Distance
Contact Us

Search by ColorMore infos...

Returns a list of the closer images and their score, based on the colors of images.

Syntax

POST https://api.mediadb.dev.ltutech.com/api/services/search/media

Parameters

  • headers:
    • api-key
  • body:
    • media: an image

Samples

No samples.

Results

Code Snippetscurlpythonnodejsc

curl --location --request POST 'https://api.mediadb.dev.ltutech.com/api/services/search/media' \ --header 'API-KEY: <your apikey>' \ --header 'Accept: application/json' \ --header 'Content-type: application/json' \ -d '{"media":"$IMGURL"}'
Json

JsonDepth 1234