API-post-page
Create and populate new pages in Notion using the API. Specify parent page, title, content blocks, and optional icons or covers to organize and expand your workspace efficiently.
Instructions
Notion | Create a page
Input Schema
Name | Required | Description | Default |
---|---|---|---|
children | No | The content to be rendered on the new page, represented as an array of [block objects](https://developers.notion.com/reference/block). | |
cover | No | The cover image of the new page, represented as a [file object](https://developers.notion.com/reference/file-object). | |
icon | No | The icon of the new page. Either an [emoji object](https://developers.notion.com/reference/emoji-object) or an [external file object](https://developers.notion.com/reference/file-object).. | |
parent | Yes | ||
properties | Yes |