3

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.

andy
  • 253
  • 1
  • 3
  • 10
  • 1
    I'm also trying to figure this out. I don't see an endpoint for this, so I suspect you'll have to grab the template props, then the block children, then combine them and make a new page in the table. – Sam Borick Jun 04 '21 at 13:23

1 Answers1

2

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.

adlopez15
  • 3,449
  • 2
  • 14
  • 19