API Now Available

Integrate AI matching
into your platform

Powerful API to automate CV analysis and candidate-job matching. Built for ATS, schools, job boards, and government agencies.

View documentation

Who is it for?

Solutions tailored to your industry

Companies & ATS

Automate candidate screening, integrate matching into your ATS or recruitment platform.

  • Automated screening
  • Explainable scores
  • Simple integration

Schools & Training centers

Help your students find apprenticeships by automatically matching profiles with offers.

  • Student-offer matching
  • CV analysis
  • Dashboards

Government agencies

Scale your employment programs with an automated and compliant solution.

  • GDPR compliance
  • Full audit trail
  • Dedicated support

Why Job Verdict API?

Fast

Responses in under 3 seconds. Async mode for high volumes.

Secure

GDPR compliant, encrypted, full audit trail.

Explainable

Detailed scores by component. Clear justifications.

Integration in 5 minutes

A simple HTTP request is all you need

javascript
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();

Company, school, or government agency?
Book a meeting

Our team will get back to you within 24 hours to discuss your project

Questions? Contact us at contact@jobverdict.com