---
title: "Create Question Group"
method: POST
path: "/api/v1/question-groups"
tags: ["Question Groups"]
---

# Create Question Group

`POST /api/v1/question-groups`

## Request body

- CreateQuestionGroupReqV1
  - `study_id` string, required
  - `title` string, required
  - `parent_question_group_id` string, nullable
  - `is_randomize` boolean

## Response `201`

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)
