Retrieve face detections for a specific file in a collection
Face Analysis Collection
Get Video Face Detections
Retrieve face detections for a specific file in a collection. Results are paginated with a default limit of 50 faces per request (maximum 100). Use limit and offset parameters to paginate through all results. This API is only available when the collection is created with collection_type ‘face-analysis’
GET
Retrieve face detections for a specific file in a collection
For details on how to create a face-analysis collection, see Create Collection
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the collection
The ID of the file
Query Parameters
Maximum number of faces to return
Required range:
1 <= x <= 100Number of faces to skip
Required range:
x >= 0Response
File face detections