---
title: "Create Session"
method: POST
path: "/v1/sessions"
tags: ["sessions"]
---

# Create Session

`POST /v1/sessions`

Create a session for an interview. Generates a LiveKit room and JWT token with embedded template, goals, skills, and person context.

## Request body

- SessionCreate
  - `interview_id` string, uuid, required
  - `channel` string
  - `mode` string, nullable
  - `mode_config` object, nullable

## Response `200`

Successful Response

- SessionOut
  - `id` string, uuid, required
  - `interview_id` string, uuid, required
  - `channel` string, required
  - `status` string, required
  - `join_url` string, nullable
  - `room_name` string, nullable
  - `duration_seconds` integer, nullable
  - `started_at` string, date-time, nullable
  - `ended_at` string, date-time, nullable
  - `created_at` string, date-time, required
  - `recording_url` string, nullable
  - `recording_status` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/roxels/apis/interviewer.md) · [All operations](https://skmtc.dev/roxels/apis/interviewer/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/roxels/interviewer/revisions/4ef48ed226e1/schema)
