Endpoint Reference
Score Match (Pre-parsed)
Score a candidate's resume against a pre-parsed job description using the job_id from /parse-job. Faster and more consistent than /score-match.
Optimized for bulk candidate screening.
By using pre-parsed job data, this endpoint eliminates redundant JD processing. Perfect for screening multiple candidates against the same role.
Faster Scoring
Skips JD parsing — goes straight to matching against structured data.
Consistent Results
Same structured JD interpretation for every candidate — no AI variance.
Cached Analysis
Same resume + same job returns cached results instantly.
Batch Friendly
Parse one job, score hundreds of resumes against it efficiently.
POST/v1/score-match-parsed
Request Parameters
| Name | Type | Description |
|---|---|---|
fileRequired | file | The resume file to analyze (PDF, DOCX, TXT). |
job_idRequired | string | The job_id returned from /parse-job. |
language | string | Language code for analysis (default: 'en'). |
🌍 Supported Languages50
afAfrikaansamAmharicarArabicbgBulgarianbnBengalicsCzechdaDanishdeGermanelGreekenEnglishesSpanishetEstonianfaPersianfiFinnishfrFrenchguGujaratiheHebrewhiHindihrCroatianhuHungarianidIndonesianitItalianjaJapaneseknKannadakoKoreanltLithuanianlvLatvianmlMalayalammrMarathimsMalaynlDutchnoNorwegianplPolishptPortugueseroRomanianruRussianskSlovakslSloveniansrSerbiansvSwedishswSwahilitaTamilteTeluguthThaitlTagalogtrTurkishukUkrainianurUrduviVietnamesezhChinesePro Tip
Combine with /parse-job for a two-step workflow: first parse the job (once), then score each candidate's resume against the parsed job data.