Resume AI Enrichment API
## Resume AI Enrichment API A powerful REST API that brings AI to your hiring and job-search workflows. ### What it does - **Parse** — Extract structured data (name, email, skills, experience, education) from raw resume text or a public URL. - **Score** — Compare a resume against a job description and get numeric match scores (0–100) plus a hiring verdict and list of missing skills. -…
Resume AI Enrichment API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Meta | ||
| GET |
health_check /health |
Returns `{"status": "ok"}` when the service is running. No authentication required, not rate-limited. |
| Resume | ||
| POST |
parse_resume /resume/parse |
Extract structured fields from a resume supplied as raw text or a publicly accessible URL. Returns name, contact info, skills, experience history, education, and detected… |
| POST |
score_resume /resume/score |
Compares a resume to a job description and returns numeric scores (0–100) for skill match, experience match, and education match, plus a list of missing skills and a… |
| GET |
trending_skills /resume/skills/trending |
Returns the top 10 in-demand skills and 5 rapidly rising skills for a given job category and region, derived from Claude's training knowledge of job market trends. **Note:** data… |
| POST |
rewrite_bullets /resume/rewrite |
Rewrites up to 20 resume bullet points to be stronger, ATS-friendly, and tailored to a target role. Returns the same number of bullets in the same order. Choose a `tone`: *… |
| Other endpoints | ||
| GET |
Health Check /health |
Returns {"status": "ok"} when the service is running. No authentication required. |
| POST |
Parse Resume /resume/parse |
Extract structured data (name, email, skills, experience, education) from raw resume text or a public URL. |
| POST |
Score Resume /resume/score |
Compare a resume against a job description. Returns match scores (0–100) for skills, experience, and education, plus missing skills and a hiring verdict. |
| POST |
Rewrite Bullets /resume/rewrite |
Rewrite resume bullet points with stronger action verbs and metrics, tailored to a target role. Returns the same number of bullets in the same order. |
| GET |
Trending Skills /resume/skills/trending |
Get the top 10 in-demand and 5 rising skills for a job category and region |
Resume AI Enrichment API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $9.99 / month | — |
|
| ULTRA | $29.99 / month | — |
|
| MEGA | $99.99 / month | — |
|