Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

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

Body

application/json
spaceId
string
required

The space id to create a base from

templateId
string
required

The template id to create a base from

withRecords
boolean

Whether to create records from the template

baseId
string

The base id to apply the template to

Response

201 - application/json

Returns information about a successfully created base.

id
string
required
name
string
required
spaceId
string
required
defaultUrl
string
Last modified on March 5, 2026