Get similar images in dataset

Get the images most similar to the image provided within the same dataset

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

image_public_urlstringOptional
A public url to an image not in this dataset to use for similarity search
coactive_image_idstringOptional
A coactive image id in this dataset to use for similarity search
image_pathstringOptional
An image path in this dataset to use for similarity search
dataset_idstringRequired
The unique identifier for the dataset
offsetintegerOptional>=0Defaults to 0
Starting index to return
limitintegerOptional>=1Defaults to 100
Max number of items to return

Response

Similar images within the same dataset space
metaobject
Metadata for the set of data returned
datalist of objects
The paginated results

Errors