---
title: "Create a new database within a given folder"
method: POST
path: "/public/api/v1/databases"
tags: ["Databases"]
---

# Create a new database within a given folder

`POST /public/api/v1/databases`

## Request body

- DatabaseCreateRequest
  - `requestId` string, required — Should be any unique value, e.g. UUID, current timestamp etc
  - `title` string, required
  - `databaseRecordName` string
  - `parentFolderId` string, required

## Response `200`

OK

- DatabaseResponse
  - `id` string, required
  - `title` string, required
  - `parentFolderId` string
  - `databaseRecordName` string

---

[API](https://skmtc.net/wrike/apis/wrike-api.md) · [All operations](https://skmtc.net/wrike/apis/wrike-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wrike/wrike-api/revisions/f1c1279c29d6/schema)
