Skip to main content
GET
/
api
/
faces
{
  "data": [
    {
      "id": "<string>",
      "asset_id": "<string>",
      "person_id": "<string>",
      "bounding_box": {},
      "timestamp_ms": 123,
      "thumbnail_url": "<string>",
      "created_at": "2023-11-07T05:31:56Z",
      "updated_at": "2023-11-07T05:31:56Z"
    }
  ],
  "has_more": true
}

Query Parameters

asset_id
string | null

Filter by faces in a specific asset

person_id
string | null

Filter by faces associated with a specific person

limit
integer
default:100
Required range: 1 <= x <= 1000
starting_after_id
string | null

Face ID to start listing faces after

library_id
string | null

Library ID (required if user has multiple libraries)

Response

Successful Response

data
FaceResponse · object[]
required
has_more
boolean
required
I