🎉 Promotion

Launch Offer: Welcome to XeoNote. Join during our launch window and share one feature idea or bug report in the app to unlock Lifetime Pro access and Founder's Club status.

Start free

API

Automate notes, meetings, and team workflows with the XeoNote API.

Connect XeoNote to your existing tools with scoped tokens, reliable endpoints, and straightforward controls.

Token-based authentication

Create scoped tokens for secure, auditable API access.

Broad endpoint coverage

Work with notes, meetings, action items, comments, workspaces, and exports.

Predictable limits

Built-in rate limiting and token expiry support reliable production integrations.

API endpoint groups

Representative endpoints available on the platform.

Notes

GET/POST /api/notes.php
GET/PUT/DELETE /api/notes.php/{id}

Meetings

GET/POST /api/meetings.php
GET/PUT /api/meetings.php/{id}

Action items

GET /api/action-items.php
POST /api/action-items.php/{id}/toggle

Comments

GET/POST /api/comments.php/{noteId}
PUT/DELETE /api/comments.php/{noteId}/{id}

Workspaces

GET/POST /api/workspaces.php
GET/PUT/DELETE /api/workspaces.php/{id}

Version history

GET /api/versions.php/{noteId}
POST /api/versions.php/{noteId}/{versionId}/restore

curl -H "Authorization: Bearer xn_your_token_here" \
  https://xeonote.app/api/notes.php

Open app to manage API tokens

Developer workflow context

APIs align directly with the workflows your team already uses in the app.

XeoNote command palette
In-app actions map neatly to API-based automations.
XeoNote version history modal
Version history endpoints support safer changes and fast recovery.