ResumeRanker
The ResumeRanker API empowers developers, recruiters, and HR platforms to automatically analyze, parse, and score resumes against job descriptions in real time. Built with FastAPI and designed for performance, this API makes it effortless to integrate AI-powered resume parsing and ATS-style scoring into any application. Whether you’re building a job board, HR tech product, or recruitment…
ResumeRanker endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
/v1/score-match /score-match |
Score a single resume against a job description. Request body must contain `resume_text `and `job_description`. |
| POST |
/v1/parse-resume /parse-resume |
Parse resume from file (multipart) or raw text (JSON). |
| POST |
/v1/batch-score /batch-score |
Score multiple resumes against a job description. |
ResumeRanker pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $9 / month | — |
|
| ULTRA | $49.99 / month | — |
|