Powerful API to automate CV analysis and candidate-job matching. Built for ATS, schools, job boards, and government agencies.
Solutions tailored to your industry
Automate candidate screening, integrate matching into your ATS or recruitment platform.
Help your students find apprenticeships by automatically matching profiles with offers.
Scale your employment programs with an automated and compliant solution.
Responses in under 3 seconds. Async mode for high volumes.
GDPR compliant, encrypted, full audit trail.
Detailed scores by component. Clear justifications.
A simple HTTP request is all you need
const response = await fetch('https://www.jobverdict.com/api/b2b/apprenticeship-match', {
method: 'POST',
headers: {
'Authorization': 'Bearer YOUR_API_KEY',
'Content-Type': 'application/json'
},
body: JSON.stringify({
candidateProfile: { /* ... */ },
jobDescription: 'Recherche apprenti développeur...',
jobTitle: 'Apprenti Développeur Full-Stack'
})
});
const { matchScore, verdict, scoreBreakdown } = await response.json();Our team will get back to you within 24 hours to discuss your project
Questions? Contact us at contact@jobverdict.com