Create a page from a template using the Notion API

Viewed 1389

Is it possible to create a page in a database from scratch using an existing template through the Notion API? I could not find any mention of it in the API docs.

1 Answers

As of the current version of the API (Notion-Version: 2021-05-13) the API does not support a create database endpoint, nor does the API support templates at this time.

Related