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.
Documentation Index
Fetch the complete documentation index at: https://docs.fribl.co/llms.txt
Use this file to discover all available pages before exploring further.
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.