Resume Parser API
The **Resume Parser API** converts messy resumes into clean, structured JSON data with a single API call. Upload a PDF or DOCX file, and get back a fully parsed resume containing: - **Personal details** (name, email, phone, LinkedIn, other links, location) - **Professional headline** and **summary** - **Skills** (technical and soft, normalized) - **Languages** with optional proficiency - **Work…
Resume Parser API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Health | ||
| GET |
health_v1_health_get /v1/health |
Health check endpoint for resume parser. |
| Parse | ||
| POST |
parse_resume_v1_parse_post /v1/parse |
Extract structured data from a resume file. Supported formats: - **PDF**: Text-based PDF documents - **DOCX**: Microsoft Word documents - **Images**: JPEG, PNG (requires MEGA… |
Resume Parser API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $9.99 / month | — |
|
| ULTRA | $59.99 / month | — |
|
| MEGA | $99.99 / month | — |
|