Jump to Content
Slite API for developers
HomeGuidesAPI Reference
v1.0

Log InSlite API for developers
API Reference
Log In
v1.0HomeGuidesAPI Reference

Public Slite api

  • /ask
    • Ask a questionget
  • /ask/index
    • Index a custom contentpost
    • Delete custom contentdel
    • List custom contentget
  • /me
    • Return the authenticated user information.get
  • /notes
    • Create a notepost
    • List notesget
  • /notes/{noteId}
    • Return a noteget
    • Delete a note and its childrendel
    • Update a noteput
  • /notes/{noteId}/children
    • Return note children by parent note idget
  • /notes/{noteId}/verify
    • Verify a noteput
  • /notes/{noteId}/flag-as-outdated
    • Flag note as outdatedput
  • /notes/{noteId}/archived
    • Archive or unarchive a noteput
  • /notes/{noteId}/owner
    • Update note ownerput
  • /notes/{noteId}/tiles/{tileId}
    • Update a tile in a noteput
  • /search-notes
    • Search notesget
  • /users
    • Search usersget
Powered by 

Search notes

get https://api.slite.com/v1/search-notes

Search notes based on a query.
The scope of the notes is restricted to the authenticated user.
Various optional filters are available to restrict the scope of the search even more.

Language
Credentials
Click Try It! to start a request and see the response here!