Interview
Update an interview
This endpoint updates an existing interview by ID.
PUT
/
interview
/
{interviewId}
Authorizations
x-api-key
string
headerrequiredAPI key to access the API
Path Parameters
interviewId
string
requiredID of the interview to update
Body
application/json
Request to update an interview
interview_name
string
Name of the interview
skills
object[]
Required skills for the interview (max 5)
custom_questions
string[]
Additional questions for the interview (max 5)
interview_language
enum<string>
default: enThe language in which the AI interview will be conducted
Available options:
en
, fr
, de
, he
, hi
, pt
, es
, tr
can_change_interview_language
boolean
default: falseWhether the candidate can change the language
only_coding_round
boolean
default: falseWhether the interview is a coding round only
is_coding_round_required
boolean
default: trueWhether the coding round is required
selected_coding_language
string
The coding language for the coding round
is_proctoring_required
boolean
default: trueWhether the proctoring is required
Response
200 - application/json
Response for updating an interview
status
boolean
Whether the request was successful
message
string
The message for the response