API Reference

Collections

A Face Collection is an isolated group of enrolled faces. API keys are scoped to a single collection, keeping your different applications or tenants completely separated.

Managing collections in the dashboard

The Collections page in the LiveXFace console, listing four collections as cards. Each card shows the collection name, its description, how many faces it holds and when it was created. A New Collection button sits at the top right.
Each card is one collection. Open one to see its ID and the faces enrolled in it.
  • Create: Go to Collections → New Collection. Provide a name and optional description.
  • List / view: The Collections page shows all collections with face count and creation date.
  • Update: Open a collection and click Edit to rename or update the description.
  • Require liveness at enrolment: refuses faces captured from a screen or a held-up photo. Switch it on for collections people enrol into themselves; leave it off for ones built from existing photos. See Liveness at enrolment.
  • Delete: Permanently removes the collection and all enrolled faces. This action is irreversible.

What your application needs

After creating a collection in the dashboard, your application only needs the Collection ID (visible on the collection detail page) and an API key scoped to that collection. Store both as environment variables:

LIVEXFACE_API_KEY=lxf_a1b2c3d4_e5f6g7h8i9j0k1l2m3n4o5p6
LIVEXFACE_COLLECTION_ID=9f1c2b7e-3d84-4a16-8c55-0b7e2a1d6f30

That's all your application needs. It never touches collection management endpoints directly.

Collection limits by plan

PlanMax collectionsFaces per collection
Free150
Startup525,000
EnterpriseUnlimited250,000

Need more collections or higher face limits? Upgrade your plan from the dashboard billing page.