Skip to main content
POST
cURL

Autorizaciones

Authorization
string
header
requerido

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

Parámetros de ruta

shareId
string
requerido

Cuerpo

application/json
spaceId
string
requerido

The target space ID to copy the base to

name
string

The name of the copied base

withRecords
boolean
predeterminado:true

Whether to copy records

baseId
string

The target base ID to copy into. If provided, tables will be added to the existing base instead of creating a new one.

Respuesta

200 - application/json

Returns the copied base

id
string
requerido
name
string
requerido
spaceId
string
requerido
Última modificación el 4 de septiembre de 2026