About this endpoint
What it does
Analyzes the career history provided in resumeContent and returns a JSON object describing career gaps, career pivots, an overall trajectory label, and a loyalty score.
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| resumeContent | String | No | Career history and timeline details. |
Response
Returns a JSON object with gaps, pivots, trajectory, and loyaltyScore fields. gaps is an array of objects, pivots is an array of strings, trajectory is a string, and loyaltyScore is an integer.
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| gaps | Object Array | No | Career gap entries, if any. Each item contains period and observation fields. |
| gaps[].period | String | No | The gap period, such as a date range. |
| gaps[].observation | String | No | The observation associated with the gap. |
| pivots | String Array | No | Career pivot descriptions. |
| trajectory | String | No | The overall career trajectory label. |
| loyaltyScore | Integer | No | The loyalty score. |