About this endpoint
What it does
Optimizes the submitted resume content for ATS based on the provided job title, and returns an improved resume version along with ATS score changes and added keywords.
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| jobTitle | String | No | Target job title to optimize the resume for. |
| resumeContent | String | No | Original resume content to be optimized. |
Response
Returns a JSON object with afterScore and beforeScore integer fields, an improvedVersion string field, and an atsKeywordsAdded string array field. The response represents the ATS optimization result, including the score before and after optimization, the revised resume text, and the keywords added.
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| afterScore | Integer | No | ATS score after optimization. |
| beforeScore | Integer | No | ATS score before optimization. |
| improvedVersion | String | No | Improved resume content. |
| atsKeywordsAdded | String Array | No | ATS keywords added to the resume. |