Update an interview
This endpoint updates an existing interview by ID.
Authorizations
API key to access the API
Path Parameters
ID of the interview to update
Body
Request to update an interview
Name of the interview
"Full Stack Engineer Interview"
Required skills for the interview (max 5)
[
{
"name": "React",
"description": "Must be proficient in React Context API"
}
]
Custom questions for the interview (max 20)
[
{
"question": "What are your strengths and weaknesses?",
"time": 2,
"type": "audio"
}
]
The language in which the AI interview will be conducted
en
, fr
, de
, he
, hi
, pt
, es
, tr
, es-la
, ja
, sv
, ar
"en"
Whether the candidate can change the language
Whether the interview is a coding round only
Whether the coding round is required
The coding language for the coding round
"python"
Add more details to tailor the coding exercise (optional) - Note: The candidate won't be able to use outside libraries.
"Make the DSA problem extremely difficult and focus on a problem that will require recursion to solve efficiently."
Whether the proctoring is required