curl --request GET \
--url https://api.example.com/api/faces{
"data": [
{
"id": "<string>",
"asset_id": "<string>",
"bounding_box": {},
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"person_id": "<string>",
"timestamp_ms": 123,
"thumbnail_url": "<string>",
"asset_urls": {}
}
],
"has_more": true
}Retrieves a paginated list of faces, optionally filtered by asset, person, or specific face IDs, ordered by creation time, descending.
curl --request GET \
--url https://api.example.com/api/faces{
"data": [
{
"id": "<string>",
"asset_id": "<string>",
"bounding_box": {},
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"person_id": "<string>",
"timestamp_ms": 123,
"thumbnail_url": "<string>",
"asset_urls": {}
}
],
"has_more": true
}Filter by faces in a specific asset
Filter by faces associated with a specific person
Filter by specific face IDs (max 100)
Max number of faces to return (1-200)
1 <= x <= 200Face ID to start listing faces after
Library ID (required if user has multiple libraries)