Back to Tool
📄

Resume Parser API

Extract structured data from resumes and CVs

Endpoint

POST/api/v1/resume-parser

Authentication

Include your API key in the request header:

X-API-Key: your_api_key_here

Get your API key from the Dashboard

Request Body

Content-Type: application/json

FieldTypeRequiredDescription
textstringYesResume text to parse

Response

FieldTypeDescription
successbooleanWhether parsing succeeded
resume.contactobjectContact info (name, email, phone)
resume.skillsarrayDetected skills
resume.totalYearsExperiencenumberCalculated years of experience
resume.confidencenumberParsing confidence (0-100)

Code Examples

curl -X POST https://tools.example.com/api/v1/resume-parser \
  -H "X-API-Key: your_api_key" \
  -H "Content-Type: application/json" \
  -d '{"text": "John Doe\njohn@email.com\n\nSKILLS: JavaScript, React, Node.js"}'

Pricing

First 50 free, then $0.02 per call

Get API Key

Rate Limits

  • • 100 requests per minute
  • • 10,000 requests per day
  • • Max request size: 10MB

Need Help?

Contact us at support@shubhambadgujar.com