Parse resumes from PDF, Word, and image files into structured JSON. Extract every field your ATS, job board, or HR platform actually needs.
30 free API credits — No credit card required

{
"success": true,
"data": {
"name": "Alex Thompson",
"role": "Senior Software Engineer",
"email": "alex.thompson@email.com",
"phone": "(555) 123-4567",
"address": "San Francisco, CA",
"employment": [
{
"title": "Senior Software Engineer",
"company": "TechCorp Inc.",
"present": true
}
],
"skills": [
{ "name": "Java", "proficiency": "Expert" },
{ "name": "Python", "proficiency": "Advanced" }
]
}
}Name, role, email, phone, and address pulled into normalized fields. Links array for LinkedIn, GitHub, and portfolios.
Titles, companies, locations, start and end dates, short descriptions, and responsibility bullets in a structured array.
Degrees, institutions, start and end dates, descriptions, and achievement bullets ready to index.
Skills with proficiency enum, certifications with issuer and dates, languages with fluency level.
Switch the parse_to flag to get a typed JSON object or a clean Markdown string for display and embeddings.
Projects with descriptions and dates, references with contact info, activities, and extra fields like visa status.
POST a file URL or a base64 payload to /api/v3/resume/parse.
The parser reads layout, section structure, and content, including messy PDFs and scanned images.
Receive typed JSON (or Markdown) with every field your product needs.
curl -X POST "https://useresume.ai/api/v3/resume/parse" \
-H "Authorization: Bearer $USERESUME_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"file_url": "https://example.com/resume.pdf",
"parse_to": "json"
}'curl -X POST "https://useresume.ai/api/v3/resume/parse" \
-H "Authorization: Bearer $USERESUME_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"file": "JVBERi0xLjQKJcfs...",
"parse_to": "json"
}'Turn uploaded resumes into normalized candidate records before review.
Index parsed skills, titles, companies, and education in your own system.
Pre-fill onboarding forms and career profiles from existing resumes.
Feed structured resume data into scoring, matching, or QA workflows.
API Platform Access
per month
Includes
Start your free trial with 30 API credits. Extract structured data from your first resume in under 2 minutes.