Evernote
Connect to the Evernote Note-taking API to create, read, update and delete notes, notebooks and tags. Test an API call and export the code snippet into your app. The Evernote Note-taking API requires Evernote software to use: https://evernote.com/pricing/
Evernote endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
deleteNote /deleteNote |
Delete an existing note |
| POST |
findNotesWithSearch /findNotesWithSearch |
Searches for notes |
| POST |
getNote /getNote |
Retrieves an existing note |
| POST |
getNotebook /getNotebook |
Get an existing notebook info |
| POST |
getUser /getUser |
Returns the User corresponding to the provided authentication token |
| POST |
isAppNotebookToken /isAppNotebookToken |
Checks if the token is an "app notebook" one |
| POST |
isBusinessUser /isBusinessUser |
Returns a boolean indicating if the user has a business account |
| POST |
listLinkedNotebooks /listLinkedNotebooks |
Returns the list of notebooks shared to the user |
| POST |
listNotebooks /listNotebooks |
Returns the list of notebooks |
| POST |
listPersonalNotebooks /listPersonalNotebooks |
Returns the list of personal notebooks |
| POST |
listSharedNotebooks /listSharedNotebooks |
Returns the list of notebooks shared by the user |
| POST |
moveNote /moveNote |
Move an existing note |
| POST |
replaceNote /replaceNote |
Replaces an existing note by another one |
| POST |
shareNote /shareNote |
Share an existing note |
| POST |
uploadNote /uploadNote |
Upload new Note to the API |
Evernote pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — | — |