Overview
Retrieve Notion Content API (1.0.0)
The LoaderPage API provides access to Notion content in a format optimized for Large Language Models (LLMs). It preserves both the content and nested structure of Notion pages and databases, returning the data in a single serverless API call.
Base URL:
Key features:
- Retrieve full Notion page and database content
- Support for recursive fetching of linked pages and databases
- Customizable content format (Markdown, HTML, or both)
- Optimized for LLM consumption and Retrieval-Augmented Generation (RAG)
- OpenAPI version: 3.0.0
Authentication
ApiTokenAuth
Uses a bearer token for authentication. The token should be a valid API token stored in the database and associated with an active user account.
To use it, include the JWT token in the Authorization header like this:
Authorization: Bearer <your_token_here>
Security scheme type: http
Bearer format: JWT