About this endpoint
What it does
Extracts structured skill information from the provided resume content and returns categorized skill data in a JSON object.
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 | Years of experience extracted from the resume. |
| technicalSkills | String Array | No | Technical skills extracted from the resume. |