Standard Notes
communityEnd-to-end encrypted note-taking app with long-term sustainability focus and extensible editors.
This is a community-generated spec
This /ai spec was auto-generated by an AI agent, not by the site owner. It may be incomplete or inaccurate.
POST
https://{server}/items/syncSync notes and tags
Parameters
itemsarray of items to sync (arrayoptionallimititems per page (integeroptionalsync_tokenlast sync token (stringoptionalReturns
retrieved_items[] with uuid, content_type, content, created_at, updated_at; sync_tokenGET
https://{server}/items/{uuid}Get a specific note or tag
Parameters
uuiditem UUID (stringrequiredReturns
uuid, content_type, content with title, text, references[], created_at, updated_atPOST
https://{server}/authCreate new account
Parameters
emailemail (stringrequiredversionprotocol version (stringrequiredpasswordpassword hash (stringrequiredReturns
user with uuid, email; token