What problem does it solve? Working with Notion programmatically requires learning its REST API structure, authentication headers, and version-specific quirks like the data sources rename. This Skill provides ready-to-use curl commands for every common Notion API operation, so you can read, create, and update workspace content without writing integration code from scratch. ## Core Features & Use Cases - Full CRUD via curl: Search, get, create, and update pages, databases (data sources), and blocks using only curl and an API key. - API version 2025-09-03 guidance: Explains the databases-to-data-sources migration, including when to use database_id versus data_source_id. - Block type reference: A companion reference covers JSON payloads for paragraphs, headings, lists, to-dos, callouts, code blocks, and more. - Use Case: Ask the assistant to add a new task to your Notion project database with a status and due date, and it executes the correct authenticated API call immediately. ## Quick Start Add a new page titled "Weekly Review" to my Notion tasks database with status set to Todo.