Overview
What is LoaderPage?
Parsing Notion blocks straight to Large language models (LLMs) for Retrieval-Augmented Generation (RAG) leads to poor results because:
- Notion blocks are verbose. They do not represent the page content in a format LLMs can understand well.
- Excessive LLM tokens used due to the verbose nature of Notion blocks.
LoaderPage is a simple way to get Notion data ready for LLMs. It preserves both the content and nested structure of Notion pages and databases, and returns the data in a single serverless API call.
Quick Start
-
Join our waitlist
Join our waitlist to get early access to LoaderPage.
-
Connect Notion
After creating a LoaderPage account, you will be prompted to connect your Notion workspace. You can select specific Notion pages that LoaderPage has access to.
-
Create API key
Creating an API key allows you to retrieve content from the Notion pages that you have provisioned access to.
-
Query LoaderPage’s endpoint
Send a GET request to our endpoint to retrieve LLM-formatted Notion content.
For detailed instructions to get started, check out the full guide below.
API
LoaderPage uses bearer token authentication for API requests. To authenticate, include your API token in the Authorization header of each request
For details on API usage, see our:
- Request Guide for making API requests.
- Response Format documentation for understanding API responses.
- Also see sample page response for an example of actual API response.
Frequently Asked Questions
1. What’s the advantage of using LoaderPage?
LoaderPage provides accurate Notion content for better RAG results while reducing LLM token usage.
2. Do I need a paid Notion plan to use LoaderPage?
No, you can use LoaderPage on the free Notion plan.
3. Does LoaderPage support nested child pages and databases?
Yes, LoaderPage fully supports child content. You have the flexibility to specify the depth of nested levels through an API parameter.
4. What format does LoaderPage use for Notion content?
LoaderPage returns JSON that preserves Notion’s structure, including HTML and Markdown for page content. View a sample page response
6. What Notion block types does LoaderPage support?
LoaderPage supports most Notion blocks. Go to Sample Page Response to see the full JSON response of the sample Notion page below:
5. What’s the response time for LoaderPage?
Response times vary from seconds to minutes, based on page size and complexity. LoaderPage prioritizes accuracy over speed and may be affected by Notion API rate limits.
We’re working to introduce optional caching for faster responses in the future.
7. Are you affiliated with Notion?
We love Notion, but LoaderPage is not affiliated with Notion.
8. How does LoaderPage handle my Notion data?
LoaderPage does not store any Notion content. In the future, we plan to offer a purely opt-in caching feature, which would store data for fast responses.