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.
Documentation Index
Fetch the complete documentation index at: https://ai-recruiter.micro1.ai/llms.txt
Use this file to discover all available pages before exploring further.
API key to access the API
Array of skills with name and description
Request to get a sample interview question
Required skills for the sample interview questions (max 5)
[
{
"name": "React",
"description": "Must be proficient in React Context API"
}
]