Skip to main content
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

Authorization
string
header
required

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

Path Parameters

collection_id
string
required

The ID of the collection

file_id
string
required

The ID of the file

Query Parameters

limit
integer

Maximum number of faces to return

Required range: 1 <= x <= 100
offset
integer

Number of faces to skip

Required range: x >= 0

Response

File face detections

collection_id
string
required

ID of the collection

file_id
string
required

ID of the file

faces
object[]
required

Array of detected faces

total
integer
required

Total number of faces detected

limit
integer
required

Maximum number of faces returned per request

offset
integer
required

Number of faces skipped