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_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
offsetintegerOptional>=0<=9223372036854776000Defaults to 0
Starting index to return
limitintegerOptional>=1<=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 objects
The paginated results

Errors