Checking...
v2.1.1
Eval CV Docs
Endpoint Reference

ATS Score

Evaluate how well a resume is optimized for Applicant Tracking Systems (ATS) with our comprehensive parsing engine.

Optimize for the algorithm first.

Most resumes never reach a human recruiter. Our ATS scoring system simulates top enterprise filtering algorithms to ensure candidates make it past the initial digital gatekeepers.

Structure Analysis

Verifies headers, margins, and layout readability.

Keyword Density

Checks for industry-standard terminology presence.

Section Completeness

Identifies missing critical data like contact info.

File Format Check

Validates parsing compatibility for PDF/DOCX.

POST/v1/score-ats

Request Parameters

NameTypeDescription
fileRequired
fileThe resume file to analyze (PDF, DOCX).
language
stringLanguage code (default: 'en').
x-api-key
headerYour API Key. Required for unlimited access. If omitted, strict IP rate limits apply.

🌍 Supported Languages

afAfrikaans
amAmharic
arArabic
bgBulgarian
bnBengali
csCzech
daDanish
deGerman
elGreek
enEnglish
esSpanish
etEstonian
faPersian
fiFinnish
frFrench
guGujarati
heHebrew
hiHindi
hrCroatian
huHungarian
idIndonesian
itItalian
jaJapanese
knKannada
koKorean
ltLithuanian
lvLatvian
mlMalayalam
mrMarathi
msMalay
nlDutch
noNorwegian
plPolish
ptPortuguese
roRomanian
ruRussian
skSlovak
slSlovenian
srSerbian
svSwedish
swSwahili
taTamil
teTelugu
thThai
tlTagalog
trTurkish
ukUkrainian
urUrdu
viVietnamese
zhChinese

Pro Tip

Always handle rate limiting headers in your logic. For best performance, use asynchronous processing for large files.

curl -X POST https://api.evalcv.com/v1/score-ats \
  -H "x-api-key: YOUR_API_KEY" \
  -F "file=@resume.pdf" \
  -F "language=en"