December 2025
Criteria Library: Store and reuse criteria across jobs
Build a library of reusable screening criteria at the tenant level. Save commonly-used criteria once, then add them to any job with a single API call.New endpoints:GET /v1/criteria/library- List all library criteriaPOST /v1/criteria/library- Add a criterion to the libraryDELETE /v1/criteria/library/{libraryCriterionId}- Remove from library
- Tenant-scoped: Each of your customers has their own isolated library
- Idempotent adds: Duplicate criteria (by text) return the existing entry
- Copy-based: Adding library criteria to a job creates an independent copy