Resume Parser API
The AI Resume Parser API is a high-accuracy, low-latency FastAPI-based service powered by GPT-4o and OCR, designed to extract structured JSON data from resumes in PDF, DOC/DOCX, HTML, TXT, JPG/PNG/TIFF formats. It intelligently identifies contact information, skills, experience, education, certifications, and professional links (LinkedIn/GitHub), supporting URL ingestion, async processing, and…
Resume Parser API endpoints
| Method | Endpoint | Description |
|---|---|---|
| health | ||
| GET |
health_check_health_get /health |
Verify API availability and operational status |
| GET |
root__get / |
Returns API information, available endpoints, and current status |
| parsing | ||
| POST |
pro_parse_resume_endpoint_api_pro_parse_post /api/pro_parse |
Advanced resume parsing with OCR capability for any file format (max 20MB). This endpoint supports a wide range of file formats and uses advanced OCR technology to extract text… |
| POST |
parse_resume_endpoint_api_basic_parse_post /api/basic_parse |
Parse resume files (PDF or TXT format, max 5MB) and extract structured data. This endpoint uses AI-powered text extraction to identify and structure: - Personal information… |
| evaluation | ||
| POST |
evaluate_resume_endpoint_api_evaluate_post /api/evaluate |
AI-powered resume evaluation that analyzes how well a resume matches a job description. This endpoint provides comprehensive feedback including: - **Completeness Score**: Overall… |
| Other endpoints | ||
| GET |
health_check_health_get /health |
Verify API availability and operational status |
| GET |
root__get / |
Returns API information, available endpoints, and current status |
| POST |
evaluate_resume_endpoint_api_evaluate_post /api/evaluate |
AI-powered resume evaluation that analyzes how well a resume matches a job description. This endpoint provides comprehensive feedback including: - **Completeness Score**: Overall… |
| POST |
parse_resume_endpoint_api_basic_parse_post /api/basic_parse |
Parse resume files (PDF or TXT format, max 5MB) and extract structured data. This endpoint uses AI-powered text extraction to identify and structure: - Personal information… |
| POST |
pro_parse_resume_endpoint_api_pro_parse_post /api/pro_parse |
Advanced resume parsing with OCR capability for any file format (max 20MB). This endpoint supports a wide range of file formats and uses advanced OCR technology to extract text… |
Resume Parser API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $20 / month | 100 / hour |
|
| ULTRA Recommended | $200 / month | — |
|