Celebrity Matches Search
Find video frames that match a reference set of face images.Provide 15–100 upload IDs of reference images and get back ranked keyframe matches across the dataset’s videos.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
dataset_id
The unique identifier for the dataset
upload_ids
List of upload IDs to search for celebrity matches (15-100 items)
offset
Starting index to return
limit
Max number of items to return
metadata_filters
List of metadata filters to apply to the search
moderation_score_type
Type of moderation scores to return when moderation is enabled.probability returns scores 0-1 using BGE Reranker model.level returns scores 0-5 using OpenAI model.This does not enable/disable moderation - use skip_moderation for that.
Response
Successful Response
data
Errors
422
Unprocessable Entity Error
