How to create a top-level page with Notion API?

Viewed 515

How do you create a page at the top level (workspace).

I know there is "type" of "workspace", but that only seems evident when retrieving such a page. The page-adding endpoint requires a parent ID. So how can I create a page at workspace level?

1 Answers

This isn't supported. Pages must have a parent page or database.

Related