---
title: "Creates an Answer"
method: POST
path: "/api/2026-07-01/resources/ats/answers"
tags: ["Ats > Answer"]
---

# Creates an Answer

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

Creates an Answer

## Request body

- object
  - `ats_question_id` string, required — Identifier of the question
  - `ats_application_id` string, required — Identifier of the application
  - `value` string, required — Value of the answer
  - `original_question_label` string, required — Label of the question
  - `original_question_type` 'text' | 'long_text' | 'single_choice' | 'multiple_choice', required — Type of the question

## Response `201`

CREATED

- AtsAnswer
  - `id` string, required — Identifier of the answer
  - `ats_question_id` string — Identifier of the question
  - `ats_application_id` string, required — Identifier of the application
  - `original_question_label` string, required — Question label of the answer
  - `value` string — Value of the answer
  - `original_question_type` 'text' | 'long_text' | 'single_choice' | 'multiple_choice' | 'file', required — Original type of the question
  - `created_at` string, required — Created date of the answer
  - `updated_at` string, required — Last updated date of the answer

---

[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/revisions/1a6bffb20f7d/schema)
