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 library criteriaGET /v1/criteria-library/{criterionId}- Get a library criterionPOST /v1/criteria-library- Add a criterion to the libraryPATCH /v1/criteria-library/{criterionId}- Update a library criterionDELETE /v1/criteria-library/{criterionId}- Remove from library
- Tenant-scoped: Each of your customers has their own isolated library
- Reusable: Use library criteria as templates when building job-scoped criteria