---
title: "Create interview"
method: POST
path: "/ats/applications/{application_id}/interviews"
tags: ["Unified ATS API"]
---

# Create interview

`POST /ats/applications/{application_id}/interviews`

Create interview



<Warning>**Closed Beta Feature:** This endpoint is currently in closed beta. We're testing it with selected customers before its public release. If you're interested in learning more or getting early access, please reach out.</Warning>

## Path parameters

- `application_id` string, required — The ID of the application

## Headers

- `X-Integration-Id` string, required

## Request body

- PostAtsApplicationsApplicationIdInterviewsRequestBody
  - `title` string, required — The title of the interview
  - `start_time` string, required — The start time of the interview
  - `end_time` string, required — The end time of the interview
  - `interviewer_user_ids` string[], required — The IDs of the interviewers
  - `organizer_user_id` string, required — The ID of the organizer
  - `location` object, required
    - `type` 'PHYSICAL' | 'VIRTUAL', required
    - `address` string — The address of the interview

## Response `200`

POST /ats/applications/:application_id/interviews Positive response

- PostAtsApplicationsApplicationIdInterviewsPositiveResponse
  - `status` 'success', required
  - `data` object, 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/versions/1e45035b96d3/schema)
