Skip to main content
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 criteria
  • POST /v1/criteria/library - Add a criterion to the library
  • DELETE /v1/criteria/library/{libraryCriterionId} - Remove from library
Key features:
  • 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
Learn more →