Documentation
API Access
Use personal access tokens for programmatic note workflows.
Token management (Pro)
Create and manage personal access tokens from your profile with scoped permissions.
Authentication header
Authorization: Bearer xn_your_token_hereExample request
curl -H "Authorization: Bearer xn_abc123..." \
https://xeonote.app/api/notesCore endpoints
- GET
/api/notes - POST
/api/notes - GET
/api/notes/{id} - PUT
/api/notes/{id} - DELETE
/api/notes/{id}
Limits
API requests are rate-limited per token. Expired or revoked tokens are rejected automatically.

