Token-based authentication
Create scoped tokens for secure, auditable API access.
🎉 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.
API
Connect XeoNote to your existing tools with scoped tokens, reliable endpoints, and straightforward controls.
Create scoped tokens for secure, auditable API access.
Work with notes, meetings, action items, comments, workspaces, and exports.
Built-in rate limiting and token expiry support reliable production integrations.
Representative endpoints available on the platform.
GET/POST /api/notes.phpGET/PUT/DELETE /api/notes.php/{id}
GET/POST /api/meetings.phpGET/PUT /api/meetings.php/{id}
GET /api/action-items.phpPOST /api/action-items.php/{id}/toggle
GET/POST /api/comments.php/{noteId}PUT/DELETE /api/comments.php/{noteId}/{id}
GET/POST /api/workspaces.phpGET/PUT/DELETE /api/workspaces.php/{id}
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.phpAPIs align directly with the workflows your team already uses in the app.

