---
title: "Creates a Question"
method: POST
path: "/api/2026-07-01/resources/ats/questions"
tags: ["Ats > Question"]
---

# Creates a Question

`POST /api/2026-07-01/resources/ats/questions`

Creates a Question

## Request body

- object
  - `ats_job_posting_id` string, required — job posting identifier.
  - `company_id` string, required — company identifier, refers to /core/me endpoint.
  - `label` string, required — text of the question.
  - `position` integer, required — position of the question in the list.
  - `mandatory` boolean — is the question mandatory or not
  - `question_type` 'text' | 'long_text' | 'single_choice' | 'multiple_choice' | 'file', required — type of the question.
  - `auto_disqualify` boolean — if the question autodisqualifies the candidate depending on it's response.
  - `options` unknown[] — options for the question.
    - unknown

## Response `201`

CREATED

- AtsQuestion
  - `id` string, required — question identifier
  - `ats_job_posting_id` string, required — job posting identifier.
  - `label` string, required — text of the question.
  - `position` integer, required — position of the question in the list.
  - `mandatory` boolean, required — is the question mandatory or not
  - `auto_disqualify` boolean, required — if the question autodisqualifies the candidate depending on it's response.
  - `question_type` 'text' | 'long_text' | 'single_choice' | 'multiple_choice' | 'file', required — type of the question.
  - `created_at` string, required — creation date
  - `updated_at` string, required — last update date
  - `options` unknown[] — options for the question.
    - unknown

---

[API](https://skmtc.net/factorialhr/apis/factorial-api.md) · [All operations](https://skmtc.net/factorialhr/apis/factorial-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/factorialhr/factorial-api/versions/1a6bffb20f7d/schema)
