CV Resume Parser
## Stop Writing Regex to Parse Resumes Parsing CVs and resumes is a notoriously hard problem. Different formats, layouts, languages, and conventions make it nearly impossible to handle with rule-based approaches. This API uses AI to intelligently extract structured data from any resume -- regardless of format or language. Upload a PDF or DOCX file (or provide a public URL), and get back a clean,…
CV Resume Parser endpoints
| Method | Endpoint | Description |
|---|---|---|
| Parse | ||
| POST |
parse_cv_endpoint_parse_post /parse |
Parse a CV/Resume file (PDF or DOCX) → structured JSON. |
| POST |
parse_cv_from_url_parse_url_post /parse/url |
Parse a CV/Resume from a public URL (PDF or DOCX). |
| health | ||
| GET |
health_health_get /health |
|
CV Resume Parser pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $9.99 / month | — |
|
| ULTRA Recommended | $29.99 / month | — |
|
| MEGA | $79.99 / month | — |
|