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 project to

name
string

The name of the copied project

withRecords
boolean
predeterminado:true

Whether to copy records

baseId
string

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

Respuesta

200 - application/json

Returns the copied project

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