Create a screening into the workspace (Deprecated)

This endpoint is deprecated and will be removed in the future. Use the new endpoint POST /api/v2/public/workspaces/{workspaceId}/screenings instead, which additionally accepts the level, isDisabilitiesAffirmative and isTalentPool fields and an expiresAt date.

This endpoint creates a new screening into the workspace.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Unique identifier of the workspace (UUID v4)

Body Params

Payload to create a new screening

string
required

Title of the job

string
required

Description of the job. The more details provided, the better the quality of the generated questions will be

string
enum
required

Language in which the questions will be generated and the candidate will answer

Allowed:
boolean

Determine whether the AI assesses language proficiency or not.

number
≥ 0

Maximum number of follow-up questions

string

Partner job ID

boolean

Determine whether prior interviews are allowed to be reused to fulfill this screening

number

Number of open positions

location
object
string

Name of the ATS integration that created this screening

number
1000 to 9999

Template code (4-digit). When provided, screening is created from this template instead of generating from scratch. Used by Inhire integration.

number
required
≥ 1

Total number of attempts allowed for the candidate. These attempts apply to the entire interview process, not individual questions. The candidate must complete the entire interview before starting a new attempt.

number
required
1 to 10

Number of questions in the screening. The maximum number of questions that can be generated is 10. After that, no more questions can be generated for screening, even if some are archived.

questionTypeProportion
object

Proportion of technical and behavioral questions. The sum of the two proportions must be 100. The proportion of each type of question is used to generate the questions. If not provided, the default proportion is 50% for each type of question. If PULSE_CHECK is selected in the classification type, the proportion is not used.

number
required
120 to 600

Time in seconds the candidate has to READ and respond to each question

string
enum
Allowed:
Responses

201
400

Bad Request: Invalid or missing parameters.

401

Unauthorized: The token is invalid or expired.

403

Forbidden: The user does not have permission to access this resource.

404

Not Found: The specified workspace does not exist.

429

Too Many Requests: Rate limit exceeded.

Language
Credentials
Bearer
API Key
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json