Improved

Hiring API: New AI CV Matching score in Applications

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/cvSummaryDetails field is now deprecated. New CV matching results will not be populated to this field. Existing applications that already have /application/cvSummaryDetails will still return values in this field.
  • New applications will use /application/aiMatchingScore with full matching score and calculation details, for this application based on the job opening’s AI matching configuration.

Affected 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 cvSummaryDetails for new applications.
  • Start reading aiMatchingScore for 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 cvSummaryDetails may continue to return it during the deprecation period, however, new calculations will be populated only via aiMatchingScore.
  • New applications will return AI matching data using aiMatchingScore.

Deprecation notice: cvSummaryDetails

⚠️

cvSummaryDetails is planned for complete removal by February, 2027.
Make sure to migrate to aiMatchingScore before then.