Workspace and knowledge management API for searching, creating, and updating pages, databases, and blocks in Notion. Best for workflows that need to read or write structured content — project boards, wikis, meeting notes, and knowledge bases. Unlike Google Workspace (document-centric), Notion’s API exposes a database-like structure where pages have typed properties. 6 example endpoints available through Lava’s AI Gateway. See the Notion API docs for full documentation.Documentation Index
Fetch the complete documentation index at: https://lava.so/docs/llms.txt
Use this file to discover all available pages before exploring further.
This is a catch-all provider — any valid URL under
https://api.notion.com/v1 is supported. Any Notion API endpoint. Construct URL as https://api.notion.com/v1/{path}. See https://developers.notion.com/reference for full reference. The endpoints below are curated examples.Endpoints
Search pages and databases
POSThttps://api.notion.com/v1/search — Free
- SDK
- cURL
Query a database
POSThttps://api.notion.com/v1/databases/{database_id}/query — Free
- SDK
- cURL
Retrieve a page
GEThttps://api.notion.com/v1/pages/{page_id} — Free
- SDK
- cURL
Create a page
POSThttps://api.notion.com/v1/pages — Free
- SDK
- cURL
Update page properties
PATCHhttps://api.notion.com/v1/pages/{page_id} — Free
- SDK
- cURL
Delete a block
DELETEhttps://api.notion.com/v1/blocks/{block_id} — Free
- SDK
- cURL
Next Steps
All Providers
Browse all supported AI providers
Forward Proxy
Learn how to construct proxy URLs and authenticate requests