Mock Interview
Get a mock interview
This endpoint retrieves a sample interview question based on the provided skills and their descriptions. It helps you understand the type of questions tailored by AI interviews based on the skills provided.
POST
Authorizations
API key to access the API
Body
application/json
Array of skills with name and description
Request to get a sample interview question
Required skills for the mock interview (max 5)
Example:
[
{
"name": "React",
"description": "Must be proficient in React Context API"
}
]
Response
200
application/json
Successful response
Response for getting a sample interview question
Status of the response
Example:
"true"
Message of the response
Example:
"Sample interview question fetched successfully"
List of sample interview questions
Mock interview question object