Get similar images in dataset

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

Authentication

AuthorizationBearer

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_idstringOptionalformat: "uuid4"
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_idstringRequiredformat: "uuid4"
The unique identifier for the dataset
offsetintegerOptional0-9223372036854776000Defaults to 0
Starting index to return
limitintegerOptional1-9223372036854776000Defaults 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 any
The paginated results

Errors