---
title: "Create Version"
method: POST
path: "/workspaces/{workspace_id}/studies/{study_id}/versions"
tags: ["studies"]
---

# Create Version

`POST /workspaces/{workspace_id}/studies/{study_id}/versions`

## Path parameters

- `workspace_id` string, required
- `study_id` string, required

## Cookies

- `__Host-final_app_session` string, nullable

## Request body

- VersionCreate
  - `slot` string, required
  - `name` string, required
  - `data_json` object

## Response `201`

Successful Response

- VersionOut
  - `id` string, required
  - `slot` string, required
  - `name` string, required
  - `data_json` object, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/huscarl/apis/final-app-backend.md) · [All operations](https://skmtc.dev/huscarl/apis/final-app-backend/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/huscarl/final-app-backend/revisions/c721ac918b37/schema)
