Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the face match to retrieve
Query Parameters
Number of face matches to return
Required range:
1 <= x <= 100
Offset from the start of the face matches list
Required range:
x >= 0
Response
Face match results retrieved successfully
Unique identifier for the face match job
Status of the face match job
Available options:
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)