# Create a job Creates a new draft job with the specified configuration. Endpoint: POST /projects/{project_id}/experiments/{experiment_id}/jobs/ Version: 0.7.5 Security: ApiKeyAuth ## Path parameters: - `experiment_id` (string, required) - `project_id` (string, required) ## Request fields (application/json): - `rater_pool` (integer, required) ID of the rater pool to use for this job - `num_sessions` (integer, required) Number of sessions (times the task is performed) - `num_comparisons` (integer, required) Number of comparisons per session - `num_training` (integer) Number of training comparisons - `max_repetitions` (integer) How often an individual rater is allowed to repeat the task. - `min_rest_time` (integer) How many minutes should pass before a rater can repeat the task. - `strategy` (string) Strategy for presenting stimuli * randomized - randomized * active - active * neighbour - neighbour Enum: "randomized", "active", "neighbour" - `note` (string,null) An optional note for this job. Not visible to raters. ## Response 201 fields (application/json): - `id` (string, required) - `experiment_id` (string, required) - `num_sessions` (integer, required) How often the task is performed. - `date_created` (string, required) - `date_updated` (string, required) - `date_launched` (string,null) - `pool` (integer, required) - `status` (string, required) - `config` (any) Configures stimulus selection strategy.