Description
A new optional response field aiSettings has been added to the Applications API. This field is intended to contain AI-related configuration. Currently, it contains aiDisclosureLabel, which informs candidates that the information they provide may be processed by AI.
The field is currently displayed for accounts in the sandbox environment of customers who have access to Winston Match. The field will be available for all accounts starting April 14, 2026. We suggest displaying the AI Disclosure if you are using the AI-based solutions provided by SmartRecruiters, which process applicant information as part of the hiring process.
Response example:
"aiSettings": {
"aiDisclosureLabel": "Your application data may be processed by AI."
}Impact
This change is backward-compatible. The parameter is optional; existing integrations do not need to be updated. However, customers using Winston Match should adopt their
career site to display the AI disclosure, provided in the aiSettings.aiDisclosureLabel field of the GET /postings/:uuid/configuration response.