To search by external query image, upload external the image and make it
available as a query image by issuing the following call:
file
: Query image filebounding_box
(optional): X, Y, Width, HeightAfter uploading the image you can call exploration endpoint with anchor media id:
GET /api/v1/explore/{dataset-id}
entity_type
IMAGES or OBJECTSanchor_type
MEDIA or UPLOAD for when you uploaded the image using the upload endpointanchor_media_id
id of the image you want to use as anchor, returned from the upload for search endpointthreshold
similarity threshold(0-4) the search results are clustered according to this valuePAGE_NUMBER
: Which page of results to view (e.g., 0 for start)Each result item includes a relevance_score
, which measures similarity to the anchor image.
0
= Most similar2
= Least similarMore detailed example is here
To search by external query image, upload external the image and make it
available as a query image by issuing the following call:
file
: Query image filebounding_box
(optional): X, Y, Width, HeightAfter uploading the image you can call exploration endpoint with anchor media id:
GET /api/v1/explore/{dataset-id}
entity_type
IMAGES or OBJECTSanchor_type
MEDIA or UPLOAD for when you uploaded the image using the upload endpointanchor_media_id
id of the image you want to use as anchor, returned from the upload for search endpointthreshold
similarity threshold(0-4) the search results are clustered according to this valuePAGE_NUMBER
: Which page of results to view (e.g., 0 for start)Each result item includes a relevance_score
, which measures similarity to the anchor image.
0
= Most similar2
= Least similarMore detailed example is here