---
title: "Create a new Study"
method: POST
path: "/api/study"
tags: ["Studies"]
---

# Create a new Study

`POST /api/study`

Create a [study](https://lichess.org/study), and a new empty chapter within it.
You can make up to 30 new studies per day.

## Response `200`

The Study has been successfully created.

- object
  - `id` string

## Other responses

- `400` — The creation of the Study failed.

## Changes

> 8 revisions in range; 5 could not be searched.

- **2026-07-31** `2b95ba6634c3` — 3 breaking, 3 info
  - removed the enum value `false` of the request property `sticky`
  - removed the enum value `true` of the request property `sticky`
  - the `sticky` request property type/format changed from `string`/`` to `boolean`/``
  - added the new optional request property `description`
  - …2 more

[Change history](https://skmtc.dev/lichess/apis/lichess-org-api-reference/changes/api/study/post.md)

---

[API](https://skmtc.dev/lichess/apis/lichess-org-api-reference.md) · [All operations](https://skmtc.dev/lichess/apis/lichess-org-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/lichess/lichess-org-api-reference/revisions/c5ccdaeee7c4/schema)
