Celebrity Matches

Performs a celebrity matching search over all video frames in a dataset using a list of upload IDs

Authentication

AuthorizationBearer

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

Request

This endpoint expects an object.
dataset_idstringRequiredformat: "uuid"
The unique identifier for the dataset
upload_idslist of stringsRequired

List of upload IDs to search for celebrity matches (15-100 items)

offsetintegerOptional0-9223372036854776000Defaults to 0
Starting index to return
limitintegerOptional1-1000Defaults to 100
Max number of items to return
metadata_filtersobject or nullOptional
List of metadata filters to apply to the search

Response

Successful Response
datalist of objects

Errors

422
Unprocessable Entity Error