Generated from:
Create a POST request to the Notion API to create a new page in a database
URL
https://api.notion.com/v1/pages
Headers
| Authorization | Bearer {{NOTION_TOKEN}} |
|---|---|
| Content-Type | application/json |
| Notion-Version | 2022-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.