Skip to main content
POST
cURL

Autorisierungen

Authorization
string
header
erforderlich

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Pfadparameter

baseId
string
erforderlich

Body

application/json
fromBaseId
string
erforderlich

The base to duplicate

spaceId
string
erforderlich

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.

Antwort

201 - application/json

Returns information about a successfully duplicated base.

id
string
erforderlich
name
string
erforderlich
spaceId
string
erforderlich
Zuletzt geändert am 4. September 2026