Drop Your Image Anywhere
Classification
Color Palette
Contours
Image Quality
Object Detection
Object Mask Detection
Text Extraction
Search by Image
Search by Color
Images Alignment
Images Differences
Images Distance

Search by ColorPick a sample or drop an image

Results

DetailsMore infos...

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

Syntax

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

Parameters

  • headers:
    • api-key: your public or private API KEY
    • Content-Type: multipart/formdata
  • body: parameters are sent under binary or ASCII characters format as separated part in the body of a multipart form request
    • media: a binary image or a string that contains an url
    • data (optional): a string that contains a json that could take the following parameters:
      • "keywords": a list of keywords separated by a comma.
      • "metadata": a string that contains keys/values data.

Code Snippetscurlpythonnodejsc

curl --request POST 'https://api.mediadb.ltutech.com/services/search/media' \ --header 'api-key: <your apikey>' \ --header 'Accept: application/json' \ --header 'Content-Type: multipart/form-data' \ --form 'media=@“/Users/Pictures/image.jpg”’ --form 'data="{\"metadata\" : {\"name\":\"monalisa\"}}"'
Do you like this functionality ?
Would you like to test with your own images in your own environment ?
To get your API Key and create a test account, please contact us.
Contact Us
Json

JsonDepth 1234