AI-Powered
AI Resume & CV Parser API
Automatically extract structured data from resumes and CVs. Perfect for HR tech, applicant tracking systems, and recruitment platforms.
Extracted Fields
Full Name
Email
Phone
Location
LinkedIn
Skills
Experience
Education
Features
- NER-based extraction (spaCy)
- PDF, DOCX, image support
- OCR for scanned resumes
- Structured JSON output
- Skills matching
- 2 credits per resume
API Example
curl -X POST "https://api.chargedapi.com/ai/resume" \
-H "X-API-Key: your_api_key" \
-F "file=@resume.pdf"
Response:
{
"name": "John Smith",
"email": "john@example.com",
"phone": "+1-555-123-4567",
"location": "San Francisco, CA",
"skills": ["Python", "JavaScript", "AWS", "Docker"],
"experience": [
{"title": "Senior Engineer", "company": "Tech Corp", "dates": "2020-Present"}
],
"education": [
{"degree": "BS Computer Science", "institution": "Stanford", "year": "2018"}
]
}
Use Cases
Recruitment
Automate candidate screening
ATS Integration
Populate applicant databases
Talent Search
Index and search candidate skills