Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
Face match request parameters
Source image containing the face to search for
URL of the target video to search in
Maximum number of faces to return
1 <= x <= 4000
Optional: Use previously analyzed face detections in video
Optional: Use previously extracted frames
Optional: Frame extraction configuration
Response
Face match job created successfully
Unique identifier for the face match job
Status of the face match job
pending
, processing
, completed
, failed
Unix timestamp of when the job was created
ID of the face detection analysis used
ID of the frame extraction used
ID of the target file
Bounding box of the source face in the source image (null when job is pending/processing)
Face match results (only present when status is completed)