Introduction
High-level overview of the Notca API.
Welcome to the Notca API 👋
The Notca API allows you to programmatically access and manage your notes, folders, and other private resources from your own applications, services, or automations.
It is designed to be:
- Simple – no complex flows or external dependencies
- Secure – all private endpoints are protected
- Automation-friendly – ideal for backend services, scripts, and integrations
Overview
At a high level, the Notca API works as follows:
- All private endpoints require authentication.
- Requests are made directly over HTTPS.
- The API is intended for server-side or trusted environments.
- Unauthorized requests are rejected immediately.
To get started, you’ll need to generate an API key and include it with every request.