Back to Tool
📄
Resume Parser API
Extract structured data from resumes and CVs
Endpoint
POST
/api/v1/resume-parserAuthentication
Include your API key in the request header:
X-API-Key: your_api_key_hereGet your API key from the Dashboard
Request Body
Content-Type: application/json
| Field | Type | Required | Description |
|---|---|---|---|
| text | string | Yes | Resume text to parse |
Response
| Field | Type | Description |
|---|---|---|
| success | boolean | Whether parsing succeeded |
| resume.contact | object | Contact info (name, email, phone) |
| resume.skills | array | Detected skills |
| resume.totalYearsExperience | number | Calculated years of experience |
| resume.confidence | number | Parsing 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"}'Rate Limits
- • 100 requests per minute
- • 10,000 requests per day
- • Max request size: 10MB
Need Help?
Contact us at support@shubhambadgujar.com