---
title: Resume/CV Job Match Score API
slug: resume-cv-job-match-score
url: https://apyhub.com/sharpapi/service/resume-cv-job-match-score
provider: SharpAPI
categories: [Artificial Intelligence, HR]
tags: [cv, hr, resume, job]
auth: api_key
---

# Resume/CV Job Match Score API

Compare a resume file against a plain-text job description. Get match scores, explanations, and job status for recruiter screening and ATS workflows.

## Endpoints

| Method | Path | Description | Atoms |
| --- | --- | --- | --- |
| POST | `/sharpapi/api/v1/hr/resume_job_match_score` | What it does Submits a resume/CV and a job description for an asynchronous match-score job. The end… | 1000 |
| GET | `/sharpapi/api/v1/hr/resume_job_match_score/job/status/:job_id` | What it does Checks the status of a resume/CV job match scoring job by its jobid and returns the jo… | 1 |

## About

## What it does

Resume Job Match Score compares a resume or CV against a job description and returns structured match results for hiring workflows. Send a resume file plus the job description text, and get back a job ID and a status URL for polling.

Use it when you want to screen applicants consistently before a recruiter reviews them. The submit endpoint accepts a binary file in PDF, DOCX, TXT, or similar formats, along with the job description in plain text. You can also set the language used for explanations.

When the job completes, the status endpoint returns a result object with match scores and human-readable explanations. The scores cover overall_match and a range of hiring signals such as skills_match, experience_match, education_match, soft_skills_match, technical_stack_match, job_title_relevance, recent_role_relevance, certifications_match, project_experience_match, and more. The response also includes the job status, so you can track whether the analysis is queued, running, successful, or failed.

Resume Job Match Score is a fit for ATS enrichment, recruiter triage, and shortlist ranking where you need both a numeric comparison and transparent reasoning behind it.

## Usage

Authenticate with an ApyHub API key in the `apy-token` header.
Full docs and a live playground: https://apyhub.com/sharpapi/service/resume-cv-job-match-score
