Notca Docs

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:

  1. All private endpoints require authentication.
  2. Requests are made directly over HTTPS.
  3. The API is intended for server-side or trusted environments.
  4. Unauthorized requests are rejected immediately.

To get started, you’ll need to generate an API key and include it with every request.

On this page