---
title: Resume Parser API
slug: parse-resume
url: https://apyhub.com/sharpapi/service/parse-resume
provider: SharpAPI
categories: [Artificial Intelligence, Data Extraction, HR]
tags: [cv, hr, resume, job]
auth: api_key
---

# Resume Parser API

Parse PDF, DOC, DOCX, TXT, or RTF resumes into structured candidate, work history, and education data. Useful for ATS intake and profile enrichment.

## Endpoints

| Method | Path | Description | Atoms |
| --- | --- | --- | --- |
| POST | `/sharpapi/api/v1/hr/parse_resume` | What it does Submits a resume/CV file for asynchronous AI parsing and returns identifiers you can u… | 50 |
| GET | `/sharpapi/api/v1/hr/parse_resume/job/status/:job_id` | What it does Retrieves the current status of an AI resume parsing job by job ID. The response retur… | 1 |

## About

## What it does
Resume Parser extracts candidate details from a resume or CV file and returns them as structured job data. Send a PDF, DOC, DOCX, TXT, or RTF file, optionally set the resume language, and get back an asynchronous job ID plus a status URL.

Use it when you need to turn unstructured CVs into data you can store, search, or review programmatically. The job status response includes the parsed result with candidate_name, candidate_email, candidate_phone, candidate_address, candidate_language, candidate_spoken_languages, candidate_honors_and_awards, and candidate_courses_and_certifications.

Work history is returned as positions, each with company_name, position_name, start_date, end_date, country, job_details, and skills. Education is returned as education_qualifications, with fields such as school_name, degree_type, school_type, learning_mode, faculty_department, specialization_subjects, education_details, country, start_date, and end_date.

That makes Resume Parser a fit for ATS intake, profile enrichment, internal talent search, and document triage where you need resume content normalized into machine-readable fields.

## Usage

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