---
title: "Create Interview Chat Session"
method: POST
path: "/v1/interviews/{interview_id}/chat/sessions"
tags: ["interview-query"]
---

# Create Interview Chat Session

`POST /v1/interviews/{interview_id}/chat/sessions`

Create a persisted research chat session for an interview campaign.

## Path parameters

- `interview_id` string, uuid, required

## Headers

- `X-API-Key` string, nullable

## Request body

- InterviewChatSessionCreate
  - `title` string, nullable

## Response `201`

Successful Response

- InterviewChatSessionOut
  - `id` string, uuid, required
  - `interview_id` string, uuid, nullable
  - `workspace_id` string, uuid, required
  - `title` string, nullable
  - `scope_interview_ids` string[], nullable
  - `model` string, nullable
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/ontora/apis/ontora-api.md) · [All operations](https://skmtc.dev/ontora/apis/ontora-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ontora/ontora-api/revisions/7f57037fd94b/schema)
