Evernote
communityNote-taking and organization app — notes, notebooks, tags, web clipping, and task management
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.
GET
/api/v1/notesSearch notes
Parameters
qstringrequiredtagstringoptionalnotebookstringoptionalReturns
notes[] with id, title, snippet, created, updated, notebook, tags[]GET
/api/v1/notes/{id}Get note content
Parameters
idstringrequiredReturns
title, content, created, updated, tags[], attachments[]GET
/api/v1/notebooksList notebooks
Returns
notebooks[] with id, name, note_count, updatedGET
/api/v1/tagsSearch and list tags
Parameters
qstringoptionalReturns
tags[] with id, name, note_count