Drop Your Image Anywhere
demo - production - demo - .env.demo - https://demo.portal.dev.ltutech.com
Classification
Color Palette
Contours
Edges
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://demo.api.mediadb.dev.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.

Code Snippetscurlpythonnodejsc

curl --request POST 'https://demo.api.mediadb.dev.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”’
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