---
title: "Inquire about a job posting and the application f…"
method: POST
path: "/ai-apply/postings/{posting_id}/inquire"
tags: ["AI Apply"]
---

# Inquire about a job posting and the application f…

`POST /ai-apply/postings/{posting_id}/inquire`

Receive the application form (screening questions) for a job posting and a submission token. This endpoint must be called before submitting an application to ensure you have the latest questions and a valid submission token. The submission token is valid for 2 days and prevents duplicate submissions. The application form may contain conditional questions that are only shown based on answers to previous questions (check the display_when field).

## Path parameters

- `posting_id` string, required — The globally unique ID of this object generated by Kombo. We recommend using this as a stable primary key for syncing.

## Request body

- PostAiApplyPostingsPostingIdInquireRequestBody

## Response `200`

POST /ai-apply/postings/:posting_id/inquire Positive response

- PostAiApplyPostingsPostingIdInquirePositiveResponse
  - `status` 'success', required
  - `data` object, required
    - `application_form` union[], required
      - union
        - object
          - `block_type` 'QUESTION', required
          - `question_id` string, required — The globally unique ID of this object generated by Kombo. We recommend using this as a stable primary key for syncing.
          - `label` string, required
          - `description` string, nullable, required
          - `required` boolean, required
          - `category` 'EEO', nullable, required
          - `question_type` 'TEXT' | 'NUMBER' | 'BOOLEAN' | 'FILE' | 'DATE' | 'SINGLE_SELECT' | 'MULTI_SELECT', required
          - `unified_key` 'EMAIL' | 'RESIDENCE_TYPE' | 'RESIDENCE_FULL_STRING' | 'RESIDENCE_COUNTRY' | 'RESIDENCE_CITY' | 'RESIDENCE_STATE' | 'RESIDENCE_LINE_1' | 'RESIDENCE_LINE_2' | 'RESIDENCE_ZIP_CODE' | 'APPLICANT_POOL_CONSENT' | 'TERMS_AND_CONDITIONS' | 'FIRST_NAME' | 'LAST_NAME' | 'FULL_NAME' | 'GENDER' | 'EXPECTED_START_DATE' | 'RESUME' | 'BIRTH_DATE' | 'PHONE_NUMBER_TYPE' | 'FULL_PHONE_NUMBER' | 'PHONE_COUNTRY_CODE' | 'PHONE_NATIONAL_NUMBER' | 'PHONE_EXTENSION', nullable, required
          - `options` object[], nullable, required
            - `id` string, required — The globally unique ID of this object generated by Kombo. We recommend using this as a stable primary key for syncing.
            - `label` string, required
            - `unified_key` 'HOME' | 'WORK' | 'MAILING' | 'AD' | 'AE' | 'AF' | 'AG' | 'AI' | 'AL' | 'AM' | 'AO' | 'AQ' | 'AR' | 'AS' | 'AT' | 'AU' | 'AW' | 'AX' | 'AZ' | 'BA' | 'BB' | 'BD' | 'BE' | 'BF' | 'BG' | 'BH' | 'BI' | 'BJ' | 'BL' | 'BM' | 'BN' | 'BO' | 'BQ' | 'BR' | 'BS' | 'BT' | 'BV' | 'BW' | 'BY' | 'BZ' | 'CA' | 'CC' | 'CD' | 'CF' | 'CG' | 'CH' | 'CI' | 'CK' | 'CL' | 'CM' | 'CN' | 'CO' | 'CR' | 'CU' | 'CV' | 'CW' | 'CX' | 'CY' | 'CZ' | 'DE' | 'DJ' | 'DK' | 'DM' | 'DO' | 'DZ' | 'EC' | 'EE' | 'EG' | 'EH' | 'ER' | 'ES' | 'ET' | 'FI' | 'FJ' | 'FK' | 'FM' | 'FO' | 'FR' | 'GA' | 'GB' | 'GD' | 'GE' | 'GF' | 'GG' | 'GH' | 'GI' | 'GL' | 'GM' | 'GN' | 'GP' | 'GQ' | 'GR' | 'GS' | 'GT' | 'GU' | 'GW' | 'GY' | 'HK' | 'HM' | 'HN' | 'HR' | 'HT' | 'HU' | 'ID' | 'IE' | 'IL' | 'IM' | 'IN' | 'IO' | 'IQ' | 'IR' | 'IS' | 'IT' | 'JE' | 'JM' | 'JO' | 'JP' | 'KE' | 'KG' | 'KH' | 'KI' | 'KM' | 'KN' | 'KP' | 'KR' | 'KW' | 'KY' | 'KZ' | 'LA' | 'LB' | 'LC' | 'LI' | 'LK' | 'LR' | 'LS' | 'LT' | 'LU' | 'LV' | 'LY' | 'MA' | 'MC' | 'MD' | 'ME' | 'MF' | 'MG' | 'MH' | 'MK' | 'ML' | 'MM' | 'MN' | 'MO' | 'MP' | 'MQ' | 'MR' | 'MS' | 'MT' | 'MU' | 'MV' | 'MW' | 'MX' | 'MY' | 'MZ' | 'NA' | 'NC' | 'NE' | 'NF' | 'NG' | 'NI' | 'NL' | 'NO' | 'NP' | 'NR' | 'NU' | 'NZ' | 'OM' | 'PA' | 'PE' | 'PF' | 'PG' | 'PH' | 'PK' | 'PL' | 'PM' | 'PN' | 'PR' | 'PS' | 'PT' | 'PW' | 'PY' | 'QA' | 'RE' | 'RO' | 'RS' | 'RU' | 'RW' | 'SA' | 'SB' | 'SC' | 'SD' | 'SE' | 'SG' | 'SH' | 'SI' | 'SJ' | 'SK' | 'SL' | 'SM' | 'SN' | 'SO' | 'SR' | 'SS' | 'ST' | 'SV' | 'SX' | 'SY' | 'SZ' | 'TC' | 'TD' | 'TF' | 'TG' | 'TH' | 'TJ' | 'TK' | 'TL' | 'TM' | 'TN' | 'TO' | 'TR' | 'TT' | 'TV' | 'TW' | 'TZ' | 'UA' | 'UG' | 'UM' | 'US' | 'UY' | 'UZ' | 'VA' | 'VC' | 'VE' | 'VG' | 'VI' | 'VN' | 'VU' | 'WF' | 'WS' | 'YE' | 'YT' | 'ZA' | 'ZM' | 'ZW' | 'MALE' | 'FEMALE' | 'NON_BINARY' | 'NOT_SPECIFIED' | 'MOBILE' | 'LANDLINE' | 'SOURCE_OTHER' | 'SOURCE_OTHER_JOB_BOARD', nullable, required
          - `display_when` object, nullable, required
            - `question_id` string, required — The globally unique ID of this object generated by Kombo. We recommend using this as a stable primary key for syncing.
            - `answer_equals` union, required
              - …
        - object
          - `block_type` 'SECTION', required
          - `label` string, required
          - `children` object[], required
    - `submission_token` string, required — JWT token for submitting the application. Valid for 12 hours from generation.

## Other responses

- `default` — The standard error response with the error codes for AI Apply.

---

[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/versions/1e45035b96d3/schema)
