About this endpoint
What it does
Estimates a candidate’s market salary range from the provided job title, location, and resume content. The response returns a market context string and an estimated salary range object.
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| jobTitle | String | No | The candidate’s job title. |
| location | String | No | The candidate’s location. |
| resumeContent | String | No | The candidate’s resume content. |
Response
Returns a JSON object with a marketContext string field and an estimatedRange object field. estimatedRange contains min and max integer fields and a currency string field.
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| marketContext | String | No | Context about the market conditions used to estimate the range. |
| estimatedRange | Object | No | The estimated salary range object. |
| estimatedRange.min | Integer | No | The minimum estimated salary. |
| estimatedRange.max | Integer | No | The maximum estimated salary. |
| estimatedRange.currency | String | No | The currency of the estimated range. |