Notion API
active

All-in-one workspace API — databases, pages, blocks, search, and comments for knowledge management

documents-productivityBearer TokenFREEMIUM
🤖 00 ↓  |  👤 00
Official Documentation

Connect via PincerAPI

Use our proxy to call Notion API with your PincerAPI key. No separate signup needed.

# Get instructions for Notion API
curl -H "Authorization: Bearer YOUR_PINCER_KEY" \
  https://pincerapi.com/api/v1/apis/notion/instructions

# Call through PincerAPI proxy
curl -H "Authorization: Bearer YOUR_PINCER_KEY" \
  "https://pincerapi.com/api/v1/connect/notion/your/endpoint/here"

Direct Setup

Endpoints

POST/databases/{database_id}/query$0.0000/call

Query a database with filters, sorts, and pagination

💡 Auth: Bearer token + Notion-Version: 2022-06-28 header. Filter syntax varies by property type (select, text, number, date, etc.). Max page_size: 100.

POST/pages$0.0000/call

Create a new page in a database or as a child of another page

💡 Properties must match the database schema. Title properties use title type, others use their respective types (rich_text, select, number, date, etc.).

GET/blocks/{block_id}/children$0.0000/call

Get the content blocks of a page or block

💡 A page_id works as block_id to get page content. Block types: paragraph, heading_1/2/3, bulleted_list_item, to_do, code, image, etc.

POST/search$0.0000/call

Search across all pages and databases in the workspace

💡 Searches titles and content. Filter by object type (page or database). Results include the full page/database object.

Related APIs in documents-productivity