---
title: "Create Interview"
method: POST
path: "/api/v1/interviews"
tags: ["Interviews"]
---

# Create Interview

`POST /api/v1/interviews`

## Request body

- CreateInterviewReqV1
  - `study_id` string, required
  - `metadata` object, nullable
  - `language` string
  - `title` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/getversive/apis/versive-public-api.md) · [All operations](https://skmtc.dev/getversive/apis/versive-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getversive/versive-public-api/revisions/00e66dd838cc/schema)
