About this endpoint
What it does
Generates a tailored interview preparation pack from a candidate’s resume content and target job title. The response returns a JSON object containing a questions array of interview questions with supporting metadata for each question.
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| jobTitle | String | Yes | Target role the interview prep pack should be tailored to. |
| resumeContent | String | Yes | Resume text to analyze for generating tailored interview questions. |
Response
Returns a JSON object with a questions array field. Each item in the array is an object containing category, question, and targetAnswer string fields.
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| questions | Object Array | No | Array of interview prep questions. Each item includes:<br>- category: String<br>- question: String<br>- targetAnswer: String |