v1
latestOpenAPI 3.1.02026-07-2664485505.4 KBPages
Create a page
post/v1/pages
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": {
"icon": {
"name": "pizza"
}
},
"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": {
"icon": {
"name": "pizza"
}
}
}