About this endpoint
What it does
Generates a tailored interview prep pack from the provided resume content and job title. The response returns a JSON object containing a questions array of interview-question objects.
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| jobTitle | String | Yes | The job title to tailor the prep pack for. |
| resumeContent | String | Yes | The resume content to analyze for generating the questions. |
Response
Returns a JSON object with a questions array field. Each item in questions is an object with category, question, and targetAnswer string fields.
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| questions | Object Array | No | The generated interview questions. Each object includes:<br>- category: question category<br>- question: the interview question text<br>- targetAnswer: a suggested answer focus |