---
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.

---

[API](https://skmtc.net/lichess/apis/lichess-org-api-reference.md) · [All operations](https://skmtc.net/lichess/apis/lichess-org-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lichess/lichess-org-api-reference/versions/1425db81eb3b/schema)
