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

templateId
string
required

The template id to create a project from

withRecords
boolean

Whether to create records from the template

baseId
string

The project id to apply the template to

Response

201 - application/json

Returns information about a successfully created project.

id
string
required
name
string
required
spaceId
string
required
defaultUrl
string
Last modified on September 15, 2026