Back to catalog
📄

CV / Resume Parsing API

API Key

The Resume Parser API parses a resume (CV) file from multiple formats (PDF/DOC/DOCX/TXT/RTF) and returns an extensive object of data points

📄Documents & ProductivityHTTPSCORS enabled

candidateName

highestDegree

Candidate NamePriya Nair
EmailPriya.nair@gmail.com
Total Experience Years6
Highest DegreeB.Tech Computer Science
Top SkillPython

Sample Response

response.json
1{
2 "candidateName": "Priya Nair",
3 "email": "priya.nair@gmail.com",
4 "totalExperienceYears": 6,
5 "highestDegree": "B.Tech Computer Science",
6 "topSkill": "Python"
7}

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://apyhub.com/utility/sharpapi-ai-resume-parser" \
2 "color:#60a5fa">-H "Authorization: Bearer YOUR_API_KEY"
View Documentation

Similar APIs