Quick Start
First, as a developer, you need to authenticate to the Zettel API authentication service. the simplest way to authenticate is using the API Key.
Your API requests can be authenticated using API keys. Any request that doesn't include an API key will return an error.
You can generate an API key from the API panel in the Preferences page of the Zettel Terminal app at any time.

To make your first request, you can send an authenticated request to the pages endpoint.
get
https://api.zettel.ai
/pages
Returns list of pages.
This will return all pages of the user that owns the API Key.
Last modified 7mo ago