About this endpoint
What it does
Optimizes the provided resume content for ATS by taking the resume text and an optional job title, then returning scores before and after optimization along with the improved resume version and added ATS keywords.
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| jobTitle | String | No | Job title to optimize the resume for. |
| resumeContent | String | No | Original resume content to be optimized. |
Response
Returns a JSON object with four top-level fields: afterScore and beforeScore integer fields, improvedVersion as a string, and atsKeywordsAdded as a string array.
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| afterScore | Integer | No | ATS score after optimization. |
| beforeScore | Integer | No | ATS score before optimization. |
| improvedVersion | String | No | The optimized resume content. |
| atsKeywordsAdded | String Array | No | ATS keywords added during optimization. |