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

# Creates an Application

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

Creates an Application

## Request body

- object
  - `author_id` string — Application author id
  - `author_type` 'company' | 'access' | 'user' — Application author type
  - `phone` string — Application candidate phone
  - `ats_candidate_id` string — Application candidate id
  - `ats_job_posting_id` string, required — Application job posting id
  - `ats_application_phase_id` string — Application phase id
  - `consent_to_talent_pool` boolean — Whether or not the candidate has given consent to be added to the talent pool
  - `cover_letter` string — Application cover letter
  - `source` string — Application source
  - `medium` string — Application medium
  - `answers` unknown[] — answers
    - unknown

## Response `201`

CREATED

- AtsApplication
  - `id` string, required — Id of the application
  - `company_id` string, required — Company id of the application
  - `ats_job_posting_id` string, required — Job posting id of the application
  - `ats_candidate_id` string, required — Candidate id of the application
  - `employee_id` string — Employee id of the application
  - `phone` string — Candidate phone of the application
  - `qualified` boolean — Qualified of the application
  - `ats_application_phase_id` string — Application phase id
  - `created_at` string, required — Application created at date
  - `cover_letter` string — Application cover letter
  - `cv` object — CV file attachment of the application (includes filename, url, byte_size, content_type, created_at)
  - `ats_conversation_id` string — Application conversation id
  - `medium` string — Application medium
  - `rating_average` integer — Application average rating
  - `ats_rejection_reason_id` string — Application rejection reason id
  - `source_id` string — Application source id

---

[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)
