Interview
Create a new interview (custom questions)
This endpoint creates a new interview with only custom questions, returns a unique interview ID and a corresponding interview URL. You can send this URL to candidates, add it to a job post or alternatively, use the invite candidate endpoint to send invitations for the interview.
POST
Authorizations
API key to access the API
Body
application/json
Request body to create an interview
Request to create an interview with only custom questions
Name of the interview
Example:
"Candidate Screening Interview"
Custom questions for the interview (max 20)
Example:
[
{
"question": "What are your strengths and weaknesses?",
"time": 2,
"type": "audio"
}
]
The language in which the AI interview will be conducted
Available options:
en
, fr
, de
, he
, hi
, pt
, es
, tr
, es-la
, ja
, sv
, ar
Example:
"en"
Whether the candidate can change the language
Whether the proctoring is required