About this endpoint
What it does
Analyzes the provided resume content to identify career gaps, career pivots, an overall trajectory classification, and a loyalty score. The request body contains the resume text; the response returns these analysis results in a JSON object.
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| resumeContent | String | Yes | Resume or career history text to analyze. |
Response
Returns a JSON object with four top-level fields: gaps as an array of objects, pivots as a string array, trajectory as a string, and loyaltyScore as an integer.
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| gaps | Object Array | No | Career gap analysis entries. Each item contains period and observation. |
| gaps[].period | String | No | The time range of the gap, if provided. |
| gaps[].observation | String | No | The observation associated with the gap, if provided. |
| pivots | String Array | No | Identified career pivot statements. |
| trajectory | String | No | Overall career trajectory classification. |
| loyaltyScore | Integer | No | Loyalty score returned by the analysis. |