POST
/
base
/
create-from-template
curl --request POST \
  --url https://app.teable.io/api/base/create-from-template \
  --header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \
  --header 'content-type: application/json' \
  --data '{"spaceId":"string","templateId":"string","withRecords":true}'
{
  "id": "<string>",
  "name": "<string>",
  "spaceId": "<string>"
}

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
templateId
string
required
withRecords
boolean

Response

201 - application/json
Returns information about a successfully created base.
id
string
required
name
string
required
spaceId
string
required