This set of endpoints helps manage the interview and screening process by associating relevant questions with job postings.
Retrieve job-related questions
Fetch a list of all interview or screening questions associated with a specific job by providing the job ID. These questions are typically used during candidate interviews to assess their suitability for the role.
path Parameters
job_idstring · requiredID of the job to generate questions
Headers
Authorizationstring · requiredThe
Authorizationheader is used to authenticate with the API using your API key. Value is of the formatBearer YOUR_KEY_HERE.
Responses
Successful operation
Add new questions to a job
Submit new interview or screening questions for a specific job by providing the job ID. You can add multiple questions that will be used during the interview or screening process for candidates applying to this job.
Headers
Authorizationstring · requiredThe
Authorizationheader is used to authenticate with the API using your API key. Value is of the formatBearer YOUR_KEY_HERE.
Delete a specific questions
Remove a specific question by providing their question ID and job ID. This endpoint is useful for keeping question information up to date.
path Parameters
job_idstring · requiredID of the job to generate questions
question_idstring · requiredID of the question
Headers
Authorizationstring · requiredThe
Authorizationheader is used to authenticate with the API using your API key. Value is of the formatBearer YOUR_KEY_HERE.
Responses
Update a specific question
Update the information of a specific question by providing their question ID and job ID. This endpoint is useful for keeping question information up to date.
path Parameters
job_idstring · requiredID of the job to generate questions
question_idstring · requiredID of the question
query Parameters
source_idstring · requiredSource ID of the question
application_idstringApplication ID of the question
Headers
Authorizationstring · requiredThe
Authorizationheader is used to authenticate with the API using your API key. Value is of the formatBearer YOUR_KEY_HERE.
Generate job-related questions automatically
Automatically generate a set of interview or screening questions based on the job description and requirements for a specific job. This endpoint uses AI to create relevant questions for assessing candidates applying to the job.
path Parameters
job_idstring · requiredID of the job to generate questions
Headers
Authorizationstring · requiredThe
Authorizationheader is used to authenticate with the API using your API key. Value is of the formatBearer YOUR_KEY_HERE.
