Interview
Preview Questions
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
Preview Questions
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 sample interview questions (max 10)
Example:
[
{
"name": "React",
"description": "Must be proficient in React Context API"
}
]
Previous
Invite candidates to an interviewThis endpoint emails candidates to take the interview, returns the candidate ID, and interview URL. The candidates will then take the interview on our platform before you can receive the report data.
Next
Preview Questions