Creates a new page that is a child of an existing page.
title
is the only valid property in theproperties
body param.
Creates a new page that is a child of an existing database.
The keys of the
properties
object body param must match the parent database's properties.
Returns the new page object.
Some page
properties
are not supported via the API.A request body that includes
rollup
,created_by
,created_time
,last_edited_by
, orlast_edited_time
values in the properties object returns an error. These Notion-generated values cannot be created or updated via the API. If theparent
contains any of these properties, then the new page’s corresponding values are automatically created.
Requirements
Your integration must have update content capabilities on the target parent page or database in order to call this endpoint.
Attempting a query without update content capabilities returns an HTTP response with a 403 status code.