---
title: "POST /base/duplicate"
method: POST
path: "/base/duplicate"
tags: ["base"]
---

# POST /base/duplicate

`POST /base/duplicate`

duplicate a base

## Path parameters

- `baseId` string, required

## Request body

- object
  - `fromBaseId` string, required — The base to duplicate
  - `spaceId` string, required — The space to duplicate the base to
  - `withRecords` boolean — Whether to duplicate the records
  - `name` string — The name of the duplicated base
  - `baseId` string
  - `nodes` string[] — The node IDs to include in the duplication
  - `shareId` string — The share ID when duplicating from a shared base. If provided, will use share permissions instead of base|update permission.

## Response `201`

Returns information about a successfully duplicated base.

- object
  - `id` string, required
  - `name` string, required
  - `spaceId` string, required

---

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