cURL
Notes
Find Related Notes
Find notes semantically related to the current persisted content of a note. The source note is embedded at request time, so newly created or recently updated notes can be used before asynchronous indexing catches up. Candidate related notes still come from the note search index.
GET
cURL
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
UUID of the source note. The caller must be able to access this note.
Query Parameters
Maximum number of related notes to return. Default is 10; valid range is 1 to 20.
Required range:
1 <= x <= 20