Match CVs to a job
Match one or more candidate CVs against a job description using AI-powered scoring. Configure optional weights to prioritize specific dimensions such as experience, hard skills, soft skills, or education. The sum of all weights must not exceed 1.0. Billable — charges the job_matching action once per match request. See GET /tokens/costs for live pricing.
Authorizations
API key in UUID format. Include this header with every authenticated request.
Body
Request body for matching CVs to a job.
Unique identifier of the job to match against.
List of CV identifiers to match against the job.
Maximum number of top-scoring candidates to return.
x >= 1Custom weights for each scoring dimension. The sum of all weights must not exceed 1.0. If omitted, equal weights are applied.
Whether to cache the match results for later retrieval.