Image to Image Search

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.

Request

This endpoint expects an object.
dataset_idstringRequiredformat: "uuid4"
The unique identifier for the dataset
offsetinteger or any or nullOptional
Starting index to return
limitinteger or any or nullOptional
Max number of items to return
metadata_filtersobject or any or nullOptional
List of metadata filters to apply to the search
coactive_image_idstring or any or nullOptional
The image to search for represented with a CID
public_urlstring or any or nullOptional
The image to search for represented with a public http url
asset_typeenum or nullOptional
The asset type to filter results by. If no asset type is selected the endpoint will search over images and videos

Response

Successful Response
datalist of any
The paginated results

Errors