Notion

Generated from:

Create a POST request to the Notion API to create a new page in a database

Request

POST

URL

https://api.notion.com/v1/pages

Headers

AuthorizationBearer {{NOTION_TOKEN}}
Content-Typeapplication/json
Notion-Version2022-06-28

Body

{"parent":{"database_id":"{{DATABASE_ID}}"},"properties":{"Name":{"title":[{"text":{"content":"{{PAGE_TITLE}}"}}]},"Tags":{"multi_select":[{"name":"{{TAG1}}"},{"name":"{{TAG2}}"}]},"Date":{"date":{"start":"{{START_DATE}}"}}}}

This request was generated from:

Create a POST request to the Notion API to create a new page in a database

Generate your own →

Type any API. Get a production-ready request. No login required.