---
title: "Create Questions Batch"
method: POST
path: "/api/v1/questions/batch"
tags: ["Questions"]
---

# Create Questions Batch

`POST /api/v1/questions/batch`

## Request body

- CreateBatchQuestionsReqV1
  - `questions` object[], required — Questions to create or update. A question's content may include exact {{Q:...}} mention templates returned by GET /api/v1/studies/{study_id}/available-references.

## Response `201`

Successful Response

- CreateBatchQuestionsResponseV1
  - `created_question_ids` string[], required
  - `updated_question_ids` string[], required

## 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)
