Skip to main content
GET
Get detected face entities
Product: Video Datalake Host: https://api.memories.ai/datalake/v1 Auth: Authorization: sk-mai-...
Return detected face entities. Requires the collection’s face_recognition_enabled: true (otherwise always empty). type defaults to person.
Pricing: $0.001 / call · See Pricing for the full model.

Response Fields

array
[{entity_id, type, label, identity_id, first_seen, last_seen, appearance_count}].

Authorizations

Authorization
string
header
required

Send Authorization: sk-mai-...

Path Parameters

id
string
required

Video ID.

Query Parameters

since
string

Incremental cursor.

type
string

Entity type (default person).

Response

200 - application/json

Success