---
title: "GET /ats/actions/ats_create_application"
method: GET
path: "/ats/actions/ats_create_application"
tags: ["Unified ATS API"]
---

# GET /ats/actions/ats_create_application

`GET /ats/actions/ats_create_application`

## Headers

- `X-Integration-Id` string, required

## Response `200`

GET /ats/actions/ats_create_application Positive response

- GetAtsActionsAtsCreateApplicationPositiveResponse
  - `status` 'success', required
  - `data` object, required
    - `attachment_restrictions` object, nullable — Restrictions with attachment types that we know about. If this is null, we don't have information about restrictions on attachments.
      - `total_size_bytes` number, double, nullable, required — The maximum total size of all attachments. If null, we don' have information about the total size of all attachments. Make sure to consider the total request size limits of Kombo.
      - `types` object, required — Specific attachment type restrictions for each attachment type. If null, we don' have information about the attachment type restrictions.
        - `CV` union, required — Specific attachment type restrictions for CV.
          - object
            - `is_supported` true, required
            - `min_amount` number, double, nullable, required — The minimum amount of attachments. If null, we don' have information about the minimum amount.
            - `max_amount` number, double, nullable, required — The maximum amount of attachments. If null, we don' have information about the maximum amount.
            - `max_file_size_bytes` number, double, nullable, required — The maximum file size in bytes. If null, we don't have information about the maximum file size.
            - `accepted_mime_types` string[], nullable, required — The accepted mime types. If null, we don't have information about the accepted mime types.
          - object
            - `is_supported` false, required
        - `COVER_LETTER` union, required — Specific attachment type restrictions for COVER_LETTER.
          - object
            - `is_supported` true, required
            - `min_amount` number, double, nullable, required — The minimum amount of attachments. If null, we don' have information about the minimum amount.
            - `max_amount` number, double, nullable, required — The maximum amount of attachments. If null, we don' have information about the maximum amount.
            - `max_file_size_bytes` number, double, nullable, required — The maximum file size in bytes. If null, we don't have information about the maximum file size.
            - `accepted_mime_types` string[], nullable, required — The accepted mime types. If null, we don't have information about the accepted mime types.
          - object
            - `is_supported` false, required
        - `OTHER` union, required — Specific attachment type restrictions for OTHER.
          - object
            - `is_supported` true, required
            - `min_amount` number, double, nullable, required — The minimum amount of attachments. If null, we don' have information about the minimum amount.
            - `max_amount` number, double, nullable, required — The maximum amount of attachments. If null, we don' have information about the maximum amount.
            - `max_file_size_bytes` number, double, nullable, required — The maximum file size in bytes. If null, we don't have information about the maximum file size.
            - `accepted_mime_types` string[], nullable, required — The accepted mime types. If null, we don't have information about the accepted mime types.
          - object
            - `is_supported` false, required

## Other responses

- `default` — The standard error response with the error codes for the ATS use case.

---

[API](https://skmtc.net/kombo/apis/kombo-api.md) · [All operations](https://skmtc.net/kombo/apis/kombo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kombo/kombo-api/revisions/149bf44faf1a/schema)
