Improved
Hiring API: New AI CV Matching score in Applications
1 day ago
AI CV Matching is a new feature in Bob Hiring, replacing the previous AI CV Summary with an explainable, configurable match score based on structured criteria defined by the recruiter.
What changed in the Public API:
Hiring Applications payload has changed:
- The existing
/application/cvSummaryDetailsfield is now deprecated. New CV matching results will not be populated to this field. Existing applications that already have/application/cvSummaryDetailswill still return values in this field. - New applications will use
/application/aiMatchingScorewith full matching score and calculation details, for this application based on the job opening’s AI matching configuration.
Affected endpoint
- Hiring Applications search endpoint
What you need to do
If your integration uses CV Summary details from AI matching data in applications, update it to:
- Stop relying on
cvSummaryDetailsfor new applications. - Start reading
aiMatchingScorefor new AI CV Matching results.
Existing applications that already have /application/cvSummaryDetails will still return values in this field.
Backward compatibility
This is a deprecation change:
- Existing applications that already have
cvSummaryDetailsmay continue to return it during the deprecation period, however, new calculations will be populated only viaaiMatchingScore. - New applications will return AI matching data using
aiMatchingScore.
Deprecation notice: cvSummaryDetails
cvSummaryDetails
cvSummaryDetailsis planned for complete removal by February, 2027.
Make sure to migrate toaiMatchingScorebefore then.

