About this endpoint
What it does
Extracts structured skill information from a resume text payload and returns the detected skills as JSON arrays, along with an integer for total experience years.
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| resumeContent | String | Yes | Resume content to extract structured skill data from. |
Response
Returns a JSON object with four top-level fields: softSkills as a string array, certifications as a string array, experienceYears as an integer, and technicalSkills as a string array.
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| softSkills | String Array | No | Soft skills extracted from the resume. |
| certifications | String Array | No | Certifications extracted from the resume. |
| experienceYears | Integer | No | Total years of experience extracted from the resume. |
| technicalSkills | String Array | No | Technical skills extracted from the resume. |