latestOpenAPI 3.1.02026-08-21615231.2 MB
dee5763763b0
Pages
Create a page
post/v1/pages
Query parameters
filter_propertiesstring[]
Headers
Notion-Version'2026-03-11' required
The API version to use for this request. The latest version is 2026-03-11.
Request body
Example request
{
"icon": {
"emoji": "😀"
},
"content": [
{
"embed": {
"caption": [
{
"text": {
"link": {
"url": "https://www.notion.com"
}
}
}
]
}
}
],
"children": [
{
"embed": {
"caption": [
{
"text": {
"link": {
"url": "https://www.notion.com"
}
}
}
]
}
}
],
"template": {
"timezone": "America/New_York"
}
}Response
Example response
{
"icon": {
"emoji": "😀"
}
}