Build integrations with the Notoria REST API. Manage documents, folders, tags, and more programmatically.
The Notoria API is a RESTful JSON API that gives you full access to your workspace data. You can create and manage documents, organize them with folders and tags, interact with the AI chat, and more.
Upload, search, and manage your handwritten notes and documents.
Organize your workspace with nested folders and custom tags.
Create conversations and generate AI responses about your notes.
Manage members, invitations, billing, and workspace settings.
All API requests require authentication using a Bearer token. Include your API key in the
Authorization
header of every request:
You can generate API keys from your workspace settings. Each key is scoped to a single workspace and inherits the permissions of the member who created it.
Explore all available endpoints, request parameters, and response schemas in our interactive API documentation powered by Swagger UI.
All API endpoints are served under the api subdomain:
Ready to start building? Here's what you need to do: